/external/clang/docs/ |
D | Makefile | 15 DOXYGEN = doxygen 17 $(PROJ_OBJ_DIR)/doxygen.cfg: doxygen.cfg.in 42 DOXYFILES := doxygen.cfg.in doxygen.intro 44 .PHONY: install-html install-doxygen doxygen generated 51 install_targets += install-doxygen 57 generated:: doxygen 74 install-doxygen: doxygen 75 $(Echo) Installing doxygen documentation 76 $(Verb) $(DataInstall) $(PROJ_OBJ_DIR)/doxygen.tar.gz $(DESTDIR)$(PROJ_docsdir) 77 $(Verb) cd $(PROJ_OBJ_DIR)/doxygen/html && \ [all …]
|
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. 50 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/doxygen.cfg.in 51 ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg @ONLY) 68 add_custom_target(doxygen-clang 69 COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg 71 COMMENT "Generating clang doxygen documentation." VERBATIM) 74 add_dependencies(doxygen doxygen-clang) 78 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/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 shader.doxy 12 doxygen tnl_dd.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
|
D | Makefile | 7 doxygen $< 23 $(foreach FILE,$(FULL),doxygen $(FILE);) 30 $(foreach FILE,$(SUBSET),doxygen $(FILE);)
|
D | gallium.doxy | 4 # doxygen (www.doxygen.org) for a project 39 # where doxygen was started. If left blank the current directory will be used. 43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 46 # Enabling this option can be useful when feeding doxygen a huge amount of 53 # documentation generated by doxygen is written. Doxygen will use this 96 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 113 # If left blank the directory from which doxygen is run is used as the 127 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter 170 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce 206 # set this tag to YES in order to let doxygen match functions declarations and [all …]
|
/external/llvm/docs/ |
D | Makefile | 15 DOXYGEN = doxygen 17 $(PROJ_OBJ_DIR)/doxygen.cfg: doxygen.cfg.in 41 DOXYFILES := doxygen.cfg.in doxygen.intro 43 .PHONY: install-html install-doxygen doxygen install-ocamldoc ocamldoc generated 47 install_targets += install-doxygen 56 generated_targets := doxygen 78 install-doxygen: doxygen 79 $(Echo) Installing doxygen documentation 80 $(Verb) $(DataInstall) $(PROJ_OBJ_DIR)/doxygen.tar.gz $(DESTDIR)$(PROJ_docsdir) 81 $(Verb) cd $(PROJ_OBJ_DIR)/doxygen/html && \ [all …]
|
D | CMakeLists.txt | 25 # If asked, configure doxygen for the creation of a Qt Compressed Help file. 59 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/doxygen.cfg.in 60 ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg @ONLY) 77 add_custom_target(doxygen-llvm 78 COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg 80 COMMENT "Generating llvm doxygen documentation." VERBATIM) 83 add_dependencies(doxygen doxygen-llvm) 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_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/libvorbis/doc/ |
D | Makefile.am | 75 doc_DATA = $(static_docs) $(SPEC_PNG) $(built_docs) doxygen-build.stamp 77 doc_DATA = $(static_docs) doxygen-build.stamp 119 doxygen-build.stamp: Doxyfile $(top_srcdir)/include/vorbis/*.h 120 doxygen 121 touch doxygen-build.stamp 123 doxygen-build.stamp: 125 touch doxygen-build.stamp 128 install-data-local: doxygen-build.stamp 147 if test -f doxygen-build.stamp; then rm -f doxygen-build.stamp; fi
|
/external/skia/site/user/ |
D | api.md | 10 …astorage.googleapis.com/doxygen/doxygen/html/index.html](http://chromium-skia-gm.commondatastorage…
|
/external/libopus/doc/ |
D | Makefile.am | 18 all-local: doxygen-build.stamp 20 doxygen-build.stamp: Doxyfile $(DOCINPUTS) 21 doxygen 38 $(RM) doxygen-build.stamp
|
D | Doxyfile.in | 4 # doxygen (www.doxygen.org) for a project. 52 # where doxygen was started. If left blank the current directory will be used. 56 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 59 # Enabling this option can be useful when feeding doxygen a huge amount of 66 # documentation generated by doxygen is written. Doxygen will use this 110 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 127 # If left blank the directory from which doxygen is run is used as the 141 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter 177 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce 227 # is one of the parsers supported by doxygen: IDL, Java, Javascript, CSharp, C, [all …]
|
/external/libusb/doc/ |
D | Makefile.am | 1 EXTRA_DIST = doxygen.cfg.in 3 docs: doxygen.cfg 4 doxygen $^
|
/external/parameter-framework/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/antlr/antlr-3.4/runtime/Python/ |
D | mkdoxy.sh | 3 if [ -e doxygen.sh ]; then 4 . doxygen.sh 20 doxygen doxyfile
|
/external/lldb/docs/ |
D | doxygen.cfg.in | 4 # doxygen (www.doxygen.org) for a project 39 # where doxygen was started. If left blank the current directory will be used. 43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 46 # Enabling this option can be useful when feeding doxygen a huge amount of 53 # documentation generated by doxygen is written. Doxygen will use this 97 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 114 # If left blank the directory from which doxygen is run is used as the 128 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter 164 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce 214 # is one of the parsers supported by doxygen: IDL, Java, Javascript, CSharp, C, [all …]
|
D | CMakeLists.txt | 9 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/doxygen.cfg.in 10 ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg @ONLY) 13 ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg
|
/external/antlr/antlr-3.4/runtime/C/ |
D | doxyfile | 4 # doxygen (www.doxygen.org) for a project 39 # where doxygen was started. If left blank the current directory will be used. 43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 46 # Enabling this option can be useful when feeding doxygen a huge amount of 53 # documentation generated by doxygen is written. Doxygen will use this 107 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 124 # If left blank the directory from which doxygen is run is used as the 138 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter 174 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce 224 # is one of the parsers supported by doxygen: IDL, Java, Javascript, CSharp, C, [all …]
|
/external/libvncserver/ |
D | Doxyfile | 4 # doxygen (www.doxygen.org) for a project 39 # where doxygen was started. If left blank the current directory will be used. 43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 46 # Enabling this option can be useful when feeding doxygen a huge amount of 53 # documentation generated by doxygen is written. Doxygen will use this 107 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 124 # If left blank the directory from which doxygen is run is used as the 138 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter 174 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce 224 # is one of the parsers supported by doxygen: IDL, Java, Javascript, CSharp, C, [all …]
|
/external/mesa3d/src/gallium/state_trackers/clover/ |
D | Doxyfile | 4 # doxygen (www.doxygen.org) for a project. 52 # where doxygen was started. If left blank the current directory will be used. 56 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 59 # Enabling this option can be useful when feeding doxygen a huge amount of 66 # documentation generated by doxygen is written. Doxygen will use this 110 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 127 # If left blank the directory from which doxygen is run is used as the 141 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter 177 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce 227 # is one of the parsers supported by doxygen: IDL, Java, Javascript, CSharp, C, [all …]
|
/external/eigen/doc/ |
D | Doxyfile.in | 4 # doxygen (www.doxygen.org) for a project. 55 # where doxygen was started. If left blank the current directory will be used. 59 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 62 # Enabling this option can be useful when feeding doxygen a huge amount of 69 # documentation generated by doxygen is written. Doxygen will use this 123 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 140 # If left blank the directory from which doxygen is run is used as the 154 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter 190 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce 267 # is one of the parsers supported by doxygen: IDL, Java, Javascript, CSharp, C, [all …]
|
/external/libnl/doc/ |
D | Doxyfile.in | 4 # doxygen (www.doxygen.org) for a project 39 # where doxygen was started. If left blank the current directory will be used. 43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 46 # Enabling this option can be useful when feeding doxygen a huge amount of 53 # documentation generated by doxygen is written. Doxygen will use this 96 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 113 # If left blank the directory from which doxygen is run is used as the 127 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter 162 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce 198 # set this tag to YES in order to let doxygen match functions declarations and [all …]
|