Home
last modified time | relevance | path

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

12

/Zephyr-latest/doc/project/
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::
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.
/Zephyr-latest/doc/
DMakefile16 .PHONY: configure clean html html-fast html-live html-live-fast latex pdf doxygen
24 html html-live latex pdf linkcheck doxygen: configure target
DCMakeLists.txt100 set(DOXY_OUT ${CMAKE_CURRENT_BINARY_DIR}/doxygen)
108 doxygen target
115 doxygen
Dzephyr.doxyfile.in4 # Doxygen (www.doxygen.org) for a project.
20 # doxygen -x [configFile]
24 # doxygen -x_noenv [configFile]
851 # together with the standard path, the full search path used by doxygen when
1234 # - Run doxygen as normal
1346 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1390 # Webkit/Chromium, the styling will be left out of the default doxygen.css if
1396 HTML_EXTRA_STYLESHEET = @ZEPHYR_BASE@/doc/_doxygen/doxygen-awesome.css \
1397 @ZEPHYR_BASE@/doc/_doxygen/doxygen-awesome-sidebar-only.css \
1398 … @ZEPHYR_BASE@/doc/_doxygen/doxygen-awesome-sidebar-only-darkmode-toggle.css \
[all …]
/Zephyr-latest/doc/contribute/documentation/
Dgeneration.rst59 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
301 tag file exported at `zephyr.tag <../../doxygen/html/zephyr.tag>`_
305 TAGFILES = "/path/to/zephyr.tag=https://docs.zephyrproject.org/latest/doxygen/html/"
[all …]
/Zephyr-latest/doc/_doxygen/
Ddoxygen-awesome.css4 https://github.com/jothepro/doxygen-awesome-css
247 /* dark mode variables are defined twice, to support both the dark-mode without and with doxygen-aw…
758 * Overwrites for fixing the searchbox on mobile in doxygen 1.9.2
1244 .contents > .doxygen-awesome-fragment-wrapper > div.fragment,
1245 .textblock > .doxygen-awesome-fragment-wrapper > div.fragment,
1246 .textblock > .doxygen-awesome-fragment-wrapper > pre.fragment,
1247 .textblock > .tabbed > ul > li > .doxygen-awesome-fragment-wrapper > div.fragment,
1248 .textblock > .tabbed > ul > li > .doxygen-awesome-fragment-wrapper > pre.fragment {
1255 .textblock li > .doxygen-awesome-fragment-wrapper > .fragment {
1260 .memdoc li > .doxygen-awesome-fragment-wrapper > .fragment {
[all …]
Ddoxygen-awesome-sidebar-only-darkmode-toggle.css5 https://github.com/jothepro/doxygen-awesome-css
Ddoxygen-awesome-sidebar-only.css4 https://github.com/jothepro/doxygen-awesome-css
/Zephyr-latest/doc/_extensions/zephyr/
Ddoxyrunner.py268 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")
/Zephyr-latest/
D.gitignore35 doc/doxygen
/Zephyr-latest/doc/contribute/style/
Dcode.rst27 * Use ``/** */`` for doxygen comments that need to appear in the documentation.
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/doc/
Dindex.rst234 For bug reports, read http://openocd.org/doc/doxygen/bugs.html
277 For bug reports, read http://openocd.org/doc/doxygen/bugs.html
303 For bug reports, read http://openocd.org/doc/doxygen/bugs.html
/Zephyr-latest/doc/releases/
Drelease-notes-1.6.rst244 * ``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()
Drelease-notes-1.9.rst186 auto-generated configuration docs), and source code doxygen comments
219 * ``ZEP-1647`` - Figure out new combo for breathe/doxygen/sphinx versions that are supported
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.5.rst210 * ``ZEP-457`` - doc: contribute/doxygen/typedefs.rst: examples files are broken
Drelease-notes-3.0.rst852 `doxygen-awesome-css <https://github.com/jothepro/doxygen-awesome-css>`_
909 * :github:`42373` - add k_spin_lock() to doxygen prior to v3.0 release
Drelease-notes-1.7.rst404 * ``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-3.6.rst907 * Improved doxygen documentation of BSD socket API.
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
/Zephyr-latest/doc/develop/test/
Dztest.rst284 * Test cases should be documented using doxygen
/Zephyr-latest/doc/hardware/porting/
Darch.rst823 Please see the doxygen documentation of these APIs for details.

12