Searched refs:doxygen (Results 1 – 23 of 23) sorted by relevance
/Zephyr-Core-2.7.6/doc/development_process/ |
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:: 110 specifically you will need to build the doxygen XML output:: 112 $ make doxygen 114 Parse the generated XML data from doxygen to generate the traceability matrix.
|
/Zephyr-Core-2.7.6/doc/ |
D | Makefile | 14 .PHONY: configure clean html html-fast latex pdf doxygen 19 html latex pdf doxygen: configure target
|
D | zephyr.doxyfile.in | 4 # doxygen (www.doxygen.org) for a project. 58 # entered, it will be relative to the location where doxygen was started. If 63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- 66 # option can be useful when feeding doxygen a huge amount of source files, where 74 # documentation generated by doxygen is written. Doxygen will use this 88 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member 95 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief 116 # doxygen will generate a detailed section even if there is only a brief 122 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 130 # If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path [all …]
|
D | CMakeLists.txt | 82 set(DOXY_OUT ${CMAKE_CURRENT_BINARY_DIR}/doxygen) 89 doxygen target 96 doxygen
|
/Zephyr-Core-2.7.6/doc/guides/docs/ |
D | index.rst | 59 header -> doxygen 60 doxygen -> xml 68 and make use of the breathe extension for including the doxygen-generated API 100 sudo apt-get install --no-install-recommends doxygen graphviz librsvg2-bin \ 107 sudo dnf install doxygen graphviz texlive-latex latexmk \ 120 sudo pacman -S graphviz doxygen librsvg texlive-core texlive-bin 128 brew install doxygen graphviz mactex librsvg 138 choco install doxygen.install graphviz strawberryperl miktex rsvg-convert 269 tag file exported at `zephyr.tag </doxygen/html/zephyr.tag>`_ 273 TAGFILES = "/path/to/zephyr.tag=https://docs.zephyrproject.org/latest/doxygen/html/" [all …]
|
/Zephyr-Core-2.7.6/ |
D | .gitignore | 27 doc/doxygen
|
/Zephyr-Core-2.7.6/doc/_extensions/zephyr/ |
D | doxyrunner.py | 264 def run_doxygen(doxygen: str, doxyfile: str, silent: bool = False) -> None: 277 p = Popen([doxygen, f_doxyfile.name], stdout=PIPE, stderr=STDOUT, encoding="utf-8")
|
/Zephyr-Core-2.7.6/doc/releases/ |
D | release-notes-1.6.rst | 244 * :jira:`ZEP-981` - Add doxygen documentation to both include/kernel.h and include/legacy.h 335 * :jira:`ZEP-1182` - kernel.h doxygen show unexpected "asm" blocks 353 * :jira:`ZEP-1295` - incorrect doxygen comment in kernel.h:k_work_pending()
|
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
|
D | release-notes-1.9.rst | 186 auto-generated configuration docs), and source code doxygen comments 219 * :jira:`ZEP-1647` - Figure out new combo for breathe/doxygen/sphinx versions that are supported
|
D | release-notes-1.5.rst | 210 * :jira:`ZEP-457` - doc: contribute/doxygen/typedefs.rst: examples files are broken
|
D | release-notes-1.7.rst | 404 * :jira:`ZEP-1657` - Zoap doxygen documentation needs to be perfected
|
D | release-notes-1.13.rst | 265 generated from Kconfig files and doxygen API comments.
|
D | release-notes-1.12.rst | 264 * Added description for kernel test cases through extensive doxygen comments
|
D | release-notes-2.4.rst | 1416 * :github:`26284` - device.h doxygen 1710 * :github:`22151` - hal_nordic: nrfx: doxygen: Reference to missing nrfx/templates
|
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
|
D | release-notes-2.0.rst | 1453 * :github:`6773` - Publish doxygen-generated API pages
|
D | release-notes-2.6.rst | 2149 * :github:`21061` - Document where APIs can be called from using doxygen
|
D | release-notes-2.7.rst | 377 * :github:`42373` - add k_spin_lock() to doxygen prior to v3.0 release
|
/Zephyr-Core-2.7.6/doc/guides/test/ |
D | ztest.rst | 70 * Test cases should be documented using doxygen
|
/Zephyr-Core-2.7.6/doc/contribute/documentation/ |
D | index.rst | 365 This can be useful for linking to doxygen-generated links for function
|
/Zephyr-Core-2.7.6/doc/contribute/ |
D | index.rst | 335 * Use ``/** */`` for doxygen comments that need to appear in the documentation.
|
/Zephyr-Core-2.7.6/doc/guides/porting/ |
D | arch.rst | 810 Please see the doxygen documentation of these APIs for details.
|