Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

nRF Bare Metal Doxygen Error

Running doxygen nrfx.doxyfile

Per the README.md in C:\ncs\nrf-bm\v1.0.0\modules\hal\nordic\nrfx\doc fails.

See output below.

C:\> C:\apps\doxygen-1.16.1.windows.x64.bin\doxygen.exe C:\ncs\nrf-bm\v1.0.0\modules\hal\nordic\nrfx\doc\nrfx.doxyfile
warning: Tag 'HTML_TIMESTAMP' at line 1363 of file 'C:\ncs\nrf-bm\v1.0.0\modules\hal\nordic\nrfx\doc\nrfx.doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'LATEX_TIMESTAMP' at line 2033 of file 'C:\ncs\nrf-bm\v1.0.0\modules\hal\nordic\nrfx\doc\nrfx.doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
error: tag HTML_HEADER: header file 'buildfiles/header.html' does not exist
Exiting...

Parents Reply
  • No modifications. 

    Started with a clean setup (no nordic SDKs, new portable VSCode instance)

    Installed the 1.0 bare metal sdk, created a ble_bms sample, built and flashed to ensure my setup was good.

    Tried running to the doxygen to see what documentation would be generated and ran into that error.

    There is a header.html in the doc\buildfiles directory.  Maybe my CWD needs to be the doc directory.

Children
Related