Home
last modified time | relevance | path

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

12345678

/external/mesa3d/doxygen/
Ddoxy.bat1 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 …]
DREADME2 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/
DMakefile15 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 …]
Ddoxygen.cfg.in4 # doxygen (www.doxygen.org) for a project
39 # where doxygen was started. If left blank the current directory will be used.
41 OUTPUT_DIRECTORY = @abs_top_builddir@/docs/doxygen
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
[all …]
/external/clang/docs/
DIntroductionToTheClangAST.rst26 `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 …]
DCMakeLists.txt25 # 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
Ddoxygen.cfg.in4 # 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/llvm/docs/
DCMakeLists.txt25 # 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
Ddoxygen.cfg.in4 # 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/libdaemon/doc/
DMakefile.am29 doxygen: doxygen.conf target
30 doxygen doxygen.conf
47 .PHONY: doxygen tidy
/external/wayland/doc/doxygen/
DMakefile.am9 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/flatbuffers/docs/source/
DREADME_TO_GENERATE_DOCS.md6 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`
Ddoxyfile4 # 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/tinyxml2/
Ddox4 # 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 …]
/external/swiftshader/third_party/subzero/docs/
DDoxyfile4 # 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/
DDoxyfile4 # 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/
DDoxyfile.in4 # 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/jsoncpp/doc/
Ddoxyfile.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
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/libopus/doc/
DDoxyfile.in4 # 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/libusb/doc/
Ddoxygen.cfg.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
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 …]
/external/antlr/antlr-3.4/runtime/C/
Ddoxyfile4 # 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/
DDoxyfile4 # 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/libdaemon/
DMakefile.am48 doxygen: target
49 $(MAKE) -C doc doxygen
51 homepage: dist doxygen
59 .PHONY: homepage doxygen
/external/libxkbcommon/xkbcommon/doc/
DDoxyfile.in4 # 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
113 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
130 # If left blank the directory from which doxygen is run is used as the
132 # relative paths, which will be relative from the directory where doxygen is
146 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
182 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
[all …]
/external/mesa3d/src/gallium/state_trackers/clover/
DDoxyfile4 # 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 …]

12345678