Searched full:doxygen (Results 1 – 13 of 13) sorted by relevance
/lvgl-latest/docs/ |
D | Doxyfile | 4 # doxygen (www.doxygen.org) for a project. 22 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv 51 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy 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 73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII 82 # documentation generated by doxygen is written. Doxygen will use this 96 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member 103 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief [all …]
|
D | CODING_STYLE.rst | 81 Before every function prototype in ``.h`` files, include a Doxygen-formatted comment 144 Doxygen Comment Specifics 146 Doxygen is the first program in a chain that generates the online LVGL API 147 documentation from the files in the LVGL repository. Doxygen detects files it should 148 pay attention to by them having a ``@file`` command inside a Doxygen comment. Doxygen 153 illustrating most of the Doxygen commands used in LVGL. 184 - Always start Doxygen comment with a brief description of the code element it documents. 188 for calling the function. Doxygen needs the blank line to separate "brief" from 200 - Add at least 2 spaces after Doxygen commands for improved readability. 203 names and function names, Doxygen generates a hyperlink to that code member's [all …]
|
D | doc_builder.py | 2 This file opens the XML `index.xml` file generated by Doxygen 74 - keys = actual name of the code elements Doxygen found in the .H files. 205 # This code is to correct a bug in Doxygen. That bug incorrectly parses 1380 # is on a different drive, the "cd tmpdir && doxygen Doxyfile" syntax 1384 # Doxygen runs in the current working directory instead of in the 1394 # This method of running Doxygen is used because if it 1420 # If execution arrived here, Doxygen exited with code 0. 1424 # Run Doxygen in temporary directory. 1426 cmd('doxygen Doxyfile', temp_directory) 1487 match code-element names found by Doxygen. [all …]
|
D | build.py | 2 """ Generate LVGL documentation using Doxygen and Sphinx. 9 - Doxygen (to generate LVGL API XML), then 13 (a Sphinx extension) to provide a bridge between Doxygen XML output and 27 - Generating a temporary `./docs/lv_conf.h` for Doxygen to use 31 Doxygen's INPUT path in `Doxyfile` and re-writing portions that used 491 print("Running Doxygen...") 492 cmd('doxygen Doxyfile', temp_directory) 525 print('Reading Doxygen output...')
|
D | README.md | 10 * Doxygen 59 …ile name "event.rst") and compares this with code-element names found by Doxygen. If a match is f…
|
D | CHANGELOG.rst | 205 - **fix(docbuild): Doxygen warnings from format errors (part 2 of 2)** `6653 <https://github.com/l… 206 - **fix(docbuild): Doxygen warnings from format errors (part 1 of 2)** `6652 <https://github.com/l… 209 - **fix(docs): fix Doxygen warnings caused by format errors** `6584 <https://github.com/lvgl/lvgl/p…
|
/lvgl-latest/.github/workflows/ |
D | gen_json.yml | 25 - name: Install Doxygen and Latex dependencies 28 …sudo apt-get install doxygen texlive-xetex texlive-binaries texlive-lang-english latexmk fonts-fre…
|
D | compile_docs.yml | 45 - name: Install Doxygen and Latex dependencies 48 …sudo apt-get install doxygen texlive-xetex texlive-binaries texlive-lang-english latexmk fonts-fre…
|
D | build_micropython.yml | 28 … libfreetype-dev librlottie-dev libavformat-dev libavcodec-dev libswscale-dev libavutil-dev doxygen
|
/lvgl-latest/docs/details/integration/bindings/ |
D | api_json.rst | 15 - Doxygen: used to read the docstrings from the header files.
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_rect_pack.h | 83 * Tells Doxygen to ignore a duplicate declaration
|
D | stb_truetype_htcw.h | 607 * Tells Doxygen to ignore a duplicate declaration 616 * Tells Doxygen to ignore a duplicate declaration
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | document.h | 779 #ifndef RAPIDJSON_DOXYGEN_RUNNING // hide SFINAE from Doxygen
|