Home
last modified time | relevance | path

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

12345678

/external/skia/site/user/api/
Dindex.md39 * [Skia Doxygen](http://chromium-skia-gm.commondatastorage.googleapis.com/doxygen/doxygen/html/in…
43 * [SkCanvas](http://chromium-skia-gm.commondatastorage.googleapis.com/doxygen/doxygen/html/classS…
44 * [SkImage](http://chromium-skia-gm.commondatastorage.googleapis.com/doxygen/doxygen/html/classSk…
45 * [SkSurface](http://chromium-skia-gm.commondatastorage.googleapis.com/doxygen/doxygen/html/class…
46 * [SkPaint](http://chromium-skia-gm.commondatastorage.googleapis.com/doxygen/doxygen/html/classSk…
47 * [SkXfermode](http://chromium-skia-gm.commondatastorage.googleapis.com/doxygen/doxygen/html/clas…
48 …- [SkLerpXfermode](http://chromium-skia-gm.commondatastorage.googleapis.com/doxygen/doxygen/html…
49 …orXfermode](http://chromium-skia-gm.commondatastorage.googleapis.com/doxygen/doxygen/html/classSkP…
50 * [SkShader](http://chromium-skia-gm.commondatastorage.googleapis.com/doxygen/doxygen/html/classS…
51 …- [SkComposeShader](http://chromium-skia-gm.commondatastorage.googleapis.com/doxygen/doxygen/htm…
[all …]
/external/clang/docs/
DMakefile14 DOXYGEN = doxygen
16 $(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 …]
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/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 shader.doxy
12 doxygen tnl_dd.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
DMakefile7 doxygen $<
23 $(foreach FILE,$(FULL),doxygen $(FILE);)
30 $(foreach FILE,$(SUBSET),doxygen $(FILE);)
/external/llvm/docs/
DMakefile15 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 install-ocamldoc ocamldoc generated
48 install_targets += install-doxygen
57 generated_targets := doxygen
79 install-doxygen: doxygen
80 $(Echo) Installing doxygen documentation
81 $(Verb) $(DataInstall) $(PROJ_OBJ_DIR)/doxygen.tar.gz $(DESTDIR)$(PROJ_docsdir)
82 $(Verb) cd $(PROJ_OBJ_DIR)/doxygen/html && \
[all …]
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/avahi/common/
Ddoxygen.mk101 DX_PS_GOAL = doxygen-ps
103 doxygen-ps: @DX_DOCDIR@/@PACKAGE@.ps
130 DX_PDF_GOAL = doxygen-pdf
132 doxygen-pdf: @DX_DOCDIR@/@PACKAGE@.pdf
161 .PHONY: doxygen-run doxygen-doc $(DX_PS_GOAL) $(DX_PDF_GOAL)
163 .INTERMEDIATE: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
165 doxygen-run: @DX_DOCDIR@/@PACKAGE@.tag
167 doxygen-doc: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
Ddoxygen.m47 # aminclude.m4 file and a compatible doxygen configuration file. Defines the
27 # that contradictory flags are not given (e.g., --enable-doxygen-html and
28 # --enable-doxygen-chm, --enable-doxygen-anything with --disable-doxygen, etc.)
36 # name (the default is 'doxygen-doc').
60 # Append VARIABLE="VALUE" to DX_ENV for invoking doxygen.
96 || AC_MSG_ERROR([doxygen-DX_CURRENT_FEATURE ifelse([$2], 1,
97 requires, contradicts) doxygen-DX_CURRENT_FEATURE])
120 AC_ARG_ENABLE(doxygen-$1,
121 [AS_HELP_STRING(DX_IF_FEATURE([$1], [--disable-doxygen-$1],
122 [--enable-doxygen-$1]),
[all …]
/external/libvorbis/doc/
DMakefile.am75 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/libdaemon/doc/
DMakefile.am29 doxygen: doxygen.conf target
30 doxygen doxygen.conf
47 .PHONY: doxygen tidy
/external/libdaemon/
DMakefile.am48 doxygen: target
49 $(MAKE) -C doc doxygen
51 homepage: dist doxygen
59 .PHONY: homepage doxygen
/external/libopus/doc/
DMakefile.am18 all-local: doxygen-build.stamp
20 doxygen-build.stamp: Doxyfile $(DOCINPUTS)
21 doxygen
38 $(RM) doxygen-build.stamp
/external/libusb/doc/
DMakefile.am1 EXTRA_DIST = doxygen.cfg.in
3 docs: doxygen.cfg
4 doxygen $^
/external/dbus/doc/
DMakefile.am86 all-local:: doxygen.stamp
88 doxygen.stamp: $(wildcard $(top_srcdir)/dbus/*.[ch])
89 $(AM_V_GEN)cd $(top_builddir) && doxygen Doxyfile
95 dbus.devhelp: $(srcdir)/doxygen_to_devhelp.xsl doxygen.stamp
101 install-data-local:: doxygen.stamp
134 …s: $(STATIC_DOCS) $(dist_doc_DATA) $(dist_html_DATA) $(MAN_HTML_FILES) $(BONUS_FILES) doxygen.stamp
173 rm -f doxygen.stamp
/external/antlr/antlr-3.4/runtime/Python/
Dmkdoxy.sh3 if [ -e doxygen.sh ]; then
4 . doxygen.sh
20 doxygen doxyfile
/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/avahi/
DMakefile.am20 include $(srcdir)/common/doxygen.mk
221 avahi.devhelp: doxygen-run
222 xsltproc -o $@ doxygen_to_devhelp.xsl doxygen/xml/index.xml
237 rm -rf doxygen
238 $(MAKE) doxygen-run
239 ssh tango rm -rf www/avahi.org/tree/download/doxygen
240 scp -r doxygen/html tango:www/avahi.org/tree/download/doxygen
/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/opencv3/doc/tutorials/introduction/documenting_opencv/
Ddocumentation_tutorial.markdown19 OpenCV library existing documentation has been converted to doxygen format.
25 Some linux distributions can also provide doxygen packages.
43 make doxygen
45 - Open <i>doc/doxygen/html/index.html</i> file in your favorite browser
78 ├── doc - doxygen config files, root page (root.markdown.in), BibTeX file (opencv.bib)
97 (<i>".impl.hpp"</i>) ignored by doxygen.
101 customizing processed files list in cmake script (<i>doc/CMakeLists.txt</i>) and doxygen options in
142 - special C-comment syntax denotes it is doxygen comment
161 ![Reference link](doxygen-2.png)
164 ![Function documentation](doxygen-1.png)
[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 …]

12345678