/external/mesa3d/doxygen/ |
D | doxy.bat | 1 doxygen tnl_dd.doxy 2 doxygen vbo.doxy 3 doxygen math.doxy 4 doxygen swrast.doxy 5 doxygen swrast_setup.doxy 6 doxygen tnl.doxy 7 doxygen core.doxy 8 doxygen glapi.doxy 9 doxygen glsl.doxy 10 doxygen nir.doxy [all …]
|
D | README | 2 This directory is for doxygen (a source code documentation system). 4 See http://www.doxygen.org/ for more info. 6 Either run 'make' (Unix) or 'doxy.bat' (Windows) to run doxygen 9 Then, load either doxygen/main/index.html or doxygen/core_subset/index.html into
|
/external/swiftshader/third_party/LLVM/docs/ |
D | Makefile | 15 DOXYGEN = doxygen 17 $(PROJ_OBJ_DIR)/doxygen.cfg: doxygen.cfg.in 30 DOXYFILES := doxygen.cfg.in doxygen.css doxygen.footer doxygen.header \ 31 doxygen.intro 34 .PHONY: install-html install-doxygen doxygen install-ocamldoc ocamldoc generated 38 install_targets += install-doxygen 47 generated_targets := doxygen 71 install-doxygen: doxygen 72 $(Echo) Installing doxygen documentation 73 $(Verb) $(MKDIR) $(DESTDIR)$(PROJ_docsdir)/html/doxygen [all …]
|
/external/clang/docs/ |
D | IntroductionToTheClangAST.rst | 26 `Doxygen <http://clang.llvm.org/doxygen>`_. The doxygen online 29 the doxygen of the class you're looking for (for example, search for: 70 declaration <http://clang.llvm.org/doxygen/classclang_1_1TranslationUnitDecl.html>`_. 72 declaration <http://clang.llvm.org/doxygen/classclang_1_1FunctionDecl.html>`_ 74 statement <http://clang.llvm.org/doxygen/classclang_1_1CompoundStmt.html>`_, 76 statement <http://clang.llvm.org/doxygen/classclang_1_1DeclStmt.html>`_ 78 statement <http://clang.llvm.org/doxygen/classclang_1_1ReturnStmt.html>`_. 85 `ASTContext <http://clang.llvm.org/doxygen/classclang_1_1ASTContext.html>`_. 87 `getTranslationUnitDecl <http://clang.llvm.org/doxygen/classclang_1_1ASTContext.html#abd909fb01ef10… 89 identifiers <http://clang.llvm.org/doxygen/classclang_1_1ASTContext.html#a4f95adb9958e22fbe55212ae6… [all …]
|
D | CMakeLists.txt | 25 # If asked, configure doxygen for the creation of a Qt Compressed Help file. 51 "Use svg instead of png files for doxygen graphs." OFF) 58 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/doxygen.cfg.in 59 ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg @ONLY) 77 add_custom_target(doxygen-clang 78 COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg 80 COMMENT "Generating clang doxygen documentation." VERBATIM) 83 add_dependencies(doxygen doxygen-clang) 87 install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/doxygen/html
|
D | doxygen.cfg.in | 4 # doxygen (www.doxygen.org) for a project. 58 # entered, it will be relative to the location where doxygen was started. If 61 OUTPUT_DIRECTORY = @abs_builddir@/doxygen 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 [all …]
|
/external/skia/tools/doxygen/ |
D | README.md | 7 doxygen Doxyfile 11 /tmp/doxygen 15 cd /tmp/doxygen/html; python -m SimpleHTTPServer 8000 24 find ../../include/ ../../src/ . | entr doxygen ./Doxyfile 29 For a linux desktop you can install the doxygen tool via: 31 sudo apt install doxygen
|
D | Doxyfile | 4 # doxygen (www.doxygen.org) for a project. 58 # entered, it will be relative to the location where doxygen was started. If 61 OUTPUT_DIRECTORY = /tmp/doxygen 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 134 # doxygen will generate a detailed section even if there is only a brief [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | CMakeLists.txt | 25 # If asked, configure doxygen for the creation of a Qt Compressed Help file. 60 "Use svg instead of png files for doxygen graphs." OFF) 67 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/doxygen.cfg.in 68 ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg @ONLY) 86 add_custom_target(doxygen-llvm 87 COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg 89 COMMENT "Generating llvm doxygen documentation." VERBATIM) 92 add_dependencies(doxygen doxygen-llvm) 98 install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/doxygen/html/. 99 COMPONENT doxygen-html
|
D | doxygen.cfg.in | 4 # doxygen (www.doxygen.org) for a project. 58 # entered, it will be relative to the location where doxygen was started. If 61 OUTPUT_DIRECTORY = @abs_top_builddir@/doxygen 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 [all …]
|
/external/libdaemon/doc/ |
D | Makefile.am | 29 doxygen: doxygen.conf target 30 doxygen doxygen.conf 47 .PHONY: doxygen tidy
|
/external/llvm/docs/ |
D | CMakeLists.txt | 25 # If asked, configure doxygen for the creation of a Qt Compressed Help file. 60 "Use svg instead of png files for doxygen graphs." OFF) 67 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/doxygen.cfg.in 68 ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg @ONLY) 86 add_custom_target(doxygen-llvm 87 COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg 89 COMMENT "Generating llvm doxygen documentation." VERBATIM) 92 add_dependencies(doxygen doxygen-llvm) 96 install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/doxygen/html
|
D | doxygen.cfg.in | 4 # doxygen (www.doxygen.org) for a project. 58 # entered, it will be relative to the location where doxygen was started. If 61 OUTPUT_DIRECTORY = @abs_top_builddir@/docs/doxygen 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 [all …]
|
/external/flatbuffers/docs/source/ |
D | README_TO_GENERATE_DOCS.md | 6 1. You will need to install `doxygen`. See 7 [Download Doxygen](http://www.stack.nl/~dimitri/doxygen/download.html). 12 *Note: You will need both `doxygen` and `doxypypy` to be in your 16 set up the `py_filter` to invoke `doxypypy` from `doxygen`. 19 [here](https://github.com/Feneric/doxypypy#invoking-doxypypy-from-doxygen). 26 `doxygen`
|
D | doxyfile | 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 86 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member 93 # If the REPEAT_BRIEF tag is set to YES doxygen will prepend the brief 124 # doxygen will generate a detailed section even if there is only a brief 130 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 138 # If the FULL_PATH_NAMES tag is set to YES doxygen will prepend the full path [all …]
|
/external/wayland/doc/doxygen/ |
D | Makefile.am | 9 dist_noinst_DATA = wayland.doxygen.in 62 xml/%/index.xml: $(top_srcdir)/src/scanner.c $(scanned_src_files_%) wayland.doxygen $(diagrams) $(d… 63 $(AM_V_GEN)(cat wayland.doxygen; \ 69 html/%/index.html: $(scanned_src_files_%) wayland.doxygen $(diagrams) $(diagram_maps) | html/% 70 $(AM_V_GEN)(cat wayland.doxygen; \ 77 man/man3/wl_display.3: $(top_srcdir)/src/scanner.c $(scanned_src_files_man) wayland.doxygen | man/m… 78 $(AM_V_GEN)(cat wayland.doxygen; \
|
/external/libdaemon/ |
D | Makefile.am | 48 doxygen: target 49 $(MAKE) -C doc doxygen 51 homepage: dist doxygen 59 .PHONY: homepage doxygen
|
/external/tinyxml2/ |
D | dox | 4 # doxygen (www.doxygen.org) for a project. 62 # entered, it will be relative to the location where doxygen was started. If 67 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- 70 # option can be useful when feeding doxygen a huge amount of source files, where 77 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII 86 # documentation generated by doxygen is written. Doxygen will use this 100 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member 107 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief 128 # doxygen will generate a detailed section even if there is only a brief 134 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all [all …]
|
/external/icu/icu4c/source/ |
D | Doxyfile.in | 12 # doxygen (www.doxygen.org) for a project. 66 # entered, it will be relative to the location where doxygen was started. If 71 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- 74 # option can be useful when feeding doxygen a huge amount of source files, where 81 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII 90 # documentation generated by doxygen is written. Doxygen will use this 104 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member 111 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief 132 # doxygen will generate a detailed section even if there is only a brief 138 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all [all …]
|
/external/swiftshader/third_party/subzero/docs/ |
D | Doxyfile | 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 …]
|
/external/libxcam/doc/ |
D | Doxyfile | 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 …]
|
/external/parameter-framework/upstream/doc/ |
D | Doxyfile.in | 4 # doxygen (www.doxygen.org) for a project. 58 # entered, it will be relative to the location where doxygen was started. If 61 OUTPUT_DIRECTORY = doxygen 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 124 # doxygen will generate a detailed section even if there is only a brief [all …]
|
/external/libopus/doc/ |
D | Doxyfile.in | 4 # doxygen (www.doxygen.org) for a project. 17 # between doxygen versions. 50 # If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path 57 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the 84 # If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in 100 # If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file 120 # standard output by doxygen. If QUIET is set to YES this implies that the 127 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES 155 # Note that relative paths are relative to the directory from which doxygen is 176 # each generated HTML page. If the tag is left blank doxygen will generate a [all …]
|
/external/ImageMagick/config/ |
D | MagickCore.dox.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 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 124 # doxygen will generate a detailed section even if there is only a brief 130 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all [all …]
|
D | MagickWand.dox.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 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 124 # doxygen will generate a detailed section even if there is only a brief 130 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all [all …]
|