Home
last modified time | relevance | path

Searched refs:doxygen (Results 1 – 23 of 23) sorted by relevance

/Zephyr-Core-2.7.6/doc/development_process/
Ddocumentation.rst14 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/
DMakefile14 .PHONY: configure clean html html-fast latex pdf doxygen
19 html latex pdf doxygen: configure target
Dzephyr.doxyfile.in4 # 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 …]
DCMakeLists.txt82 set(DOXY_OUT ${CMAKE_CURRENT_BINARY_DIR}/doxygen)
89 doxygen target
96 doxygen
/Zephyr-Core-2.7.6/doc/guides/docs/
Dindex.rst59 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.gitignore27 doc/doxygen
/Zephyr-Core-2.7.6/doc/_extensions/zephyr/
Ddoxyrunner.py264 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/
Drelease-notes-1.6.rst244 * :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()
Drelease-notes-1.10.rst171 * 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
Drelease-notes-1.9.rst186 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
Drelease-notes-1.5.rst210 * :jira:`ZEP-457` - doc: contribute/doxygen/typedefs.rst: examples files are broken
Drelease-notes-1.7.rst404 * :jira:`ZEP-1657` - Zoap doxygen documentation needs to be perfected
Drelease-notes-1.13.rst265 generated from Kconfig files and doxygen API comments.
Drelease-notes-1.12.rst264 * Added description for kernel test cases through extensive doxygen comments
Drelease-notes-2.4.rst1416 * :github:`26284` - device.h doxygen
1710 * :github:`22151` - hal_nordic: nrfx: doxygen: Reference to missing nrfx/templates
Drelease-notes-1.14.rst1054 * Introduced simplified linking to doxygen-generated API reference
2250 * :github:`5702` - usb subsystem doc not pulling from header doxygen comments
Drelease-notes-2.0.rst1453 * :github:`6773` - Publish doxygen-generated API pages
Drelease-notes-2.6.rst2149 * :github:`21061` - Document where APIs can be called from using doxygen
Drelease-notes-2.7.rst377 * :github:`42373` - add k_spin_lock() to doxygen prior to v3.0 release
/Zephyr-Core-2.7.6/doc/guides/test/
Dztest.rst70 * Test cases should be documented using doxygen
/Zephyr-Core-2.7.6/doc/contribute/documentation/
Dindex.rst365 This can be useful for linking to doxygen-generated links for function
/Zephyr-Core-2.7.6/doc/contribute/
Dindex.rst335 * Use ``/** */`` for doxygen comments that need to appear in the documentation.
/Zephyr-Core-2.7.6/doc/guides/porting/
Darch.rst810 Please see the doxygen documentation of these APIs for details.