Searched refs:doxygen (Results 1 – 25 of 26) sorted by relevance
12
/doc/project/ |
A D | documentation.rst | 14 documented source files. In particular, doxygen's XML output is used as an input 56 - All test code documentation should be grouped under the ``all_tests`` doxygen 58 - All test documentation should be under doxygen groups that are prefixed 61 The custom doxygen ``@verify`` directive signifies that a test verifies a 90 requirements, we use the ``satisfy`` alias in doxygen:: 109 specifically you will need to build the doxygen XML output:: 111 $ make doxygen 113 Parse the generated XML data from doxygen to generate the traceability matrix.
|
/doc/contribute/documentation/ |
A D | generation.rst | 59 header -> doxygen 60 doxygen -> xml 68 and make use of the doxygen-generated API material. 107 sudo apt-get install --no-install-recommends doxygen graphviz librsvg2-bin \ 114 sudo dnf install doxygen graphviz texlive-latex latexmk \ 127 sudo pacman -S graphviz doxygen librsvg texlive-core texlive-bin \ 142 brew install doxygen graphviz mactex librsvg imagemagick 158 choco install doxygen.install graphviz strawberryperl miktex rsvg-convert imagemagick 314 tag file exported at `zephyr.tag <../../doxygen/html/zephyr.tag>`_ 318 TAGFILES = "/path/to/zephyr.tag=https://docs.zephyrproject.org/latest/doxygen/html/" [all …]
|
/doc/_doxygen/ |
A D | doxygen-awesome.css | 4 https://github.com/jothepro/doxygen-awesome-css 2361 doxygen-awesome-dark-mode-toggle { 2400 .doxygen-awesome-fragment-wrapper { 2404 doxygen-awesome-fragment-copy-button { 2420 .doxygen-awesome-fragment-wrapper:hover doxygen-awesome-fragment-copy-button, doxygen-awesome-fragm… 2424 doxygen-awesome-fragment-copy-button:hover, doxygen-awesome-fragment-copy-button.success { 2447 .textblock > .doxygen-awesome-fragment-wrapper > doxygen-awesome-fragment-copy-button, 2448 .textblock li > .doxygen-awesome-fragment-wrapper > doxygen-awesome-fragment-copy-button, 2449 .memdoc li > .doxygen-awesome-fragment-wrapper > doxygen-awesome-fragment-copy-button, 2450 .memdoc > .doxygen-awesome-fragment-wrapper > doxygen-awesome-fragment-copy-button, [all …]
|
A D | doxygen-awesome-sidebar-only-darkmode-toggle.css | 5 https://github.com/jothepro/doxygen-awesome-css
|
A D | doxygen-awesome-sidebar-only.css | 4 https://github.com/jothepro/doxygen-awesome-css
|
/doc/ |
A D | Makefile | 17 .PHONY: configure clean html html-fast html-live html-live-fast latex pdf doxygen 25 html html-live latex pdf linkcheck doxygen: configure target
|
A D | CMakeLists.txt | 101 set(DOXY_OUT ${CMAKE_CURRENT_BINARY_DIR}/doxygen) 109 doxygen target 116 doxygen
|
A D | zephyr.doxyfile.in | 4 # Doxygen (www.doxygen.org) for a project. 20 # doxygen -x [configFile] 24 # doxygen -x_noenv [configFile] 192 # TODO: Once https://github.com/doxygen/doxygen/pull/11657 is accepted and 1276 # - Run doxygen as normal 1589 # The default value is: org.doxygen.Project. 1592 DOCSET_BUNDLE_ID = org.doxygen.Project 1703 # The default value is: org.doxygen.Project. 1706 QHP_NAMESPACE = org.doxygen.Project 1762 # The default value is: org.doxygen.Project. [all …]
|
/doc/_extensions/zephyr/ |
A D | doxyrunner.py | 268 def run_doxygen(doxygen: str, doxyfile: str, silent: bool = False) -> None: 281 p = Popen([doxygen, f_doxyfile_name], stdout=PIPE, stderr=STDOUT, encoding="utf-8")
|
/doc/contribute/style/ |
A D | code.rst | 27 * Use ``/** */`` for doxygen comments that need to appear in the documentation.
|
/doc/releases/ |
A D | release-notes-1.6.rst | 244 * ``ZEP-981`` - Add doxygen documentation to both include/kernel.h and include/legacy.h 335 * ``ZEP-1182`` - kernel.h doxygen show unexpected "asm" blocks 353 * ``ZEP-1295`` - incorrect doxygen comment in kernel.h:k_work_pending()
|
A D | release-notes-1.9.rst | 186 auto-generated configuration docs), and source code doxygen comments 219 * ``ZEP-1647`` - Figure out new combo for breathe/doxygen/sphinx versions that are supported
|
A D | release-notes-1.10.rst | 171 * Missing API documentation caused by doxygen subgroups and missing 180 process (there are some known doxygen/sphinx issues), the build 511 * :github:`5051` - Verify doxygen documented APIs are in the generated docs
|
A D | release-notes-1.5.rst | 210 * ``ZEP-457`` - doc: contribute/doxygen/typedefs.rst: examples files are broken
|
A D | release-notes-3.0.rst | 852 `doxygen-awesome-css <https://github.com/jothepro/doxygen-awesome-css>`_ 909 * :github:`42373` - add k_spin_lock() to doxygen prior to v3.0 release
|
A D | release-notes-1.7.rst | 404 * ``ZEP-1657`` - Zoap doxygen documentation needs to be perfected
|
A D | release-notes-1.13.rst | 265 generated from Kconfig files and doxygen API comments.
|
A D | release-notes-1.12.rst | 264 * Added description for kernel test cases through extensive doxygen comments
|
A D | release-notes-2.4.rst | 1416 * :github:`26284` - device.h doxygen 1710 * :github:`22151` - hal_nordic: nrfx: doxygen: Reference to missing nrfx/templates
|
A D | release-notes-3.6.rst | 907 * Improved doxygen documentation of BSD socket API.
|
A D | release-notes-1.14.rst | 1054 * Introduced simplified linking to doxygen-generated API reference 2250 * :github:`5702` - usb subsystem doc not pulling from header doxygen comments
|
A D | release-notes-2.0.rst | 1453 * :github:`6773` - Publish doxygen-generated API pages
|
A D | release-notes-2.6.rst | 2150 * :github:`21061` - Document where APIs can be called from using doxygen
|
/doc/develop/test/ |
A D | ztest.rst | 284 * Test cases should be documented using doxygen
|
/doc/hardware/porting/ |
A D | arch.rst | 810 Please see the doxygen documentation of these APIs for details.
|
Completed in 113 milliseconds
12