Home
last modified time | relevance | path

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

12345678910>>...13

/external/tpm2-tss/
DMakefile.am74 doxygen-doc/man/ESYS_CONTEXT.3 \
75 doxygen-doc/man/ESYS_TR.3 \
76 doxygen-doc/man/ESYS_TR_defines.3 \
77 doxygen-doc/man/Esys_ActivateCredential.3 \
78 doxygen-doc/man/Esys_Certify.3 \
79 doxygen-doc/man/Esys_CertifyCreation.3 \
80 doxygen-doc/man/Esys_ChangeEPS.3 \
81 doxygen-doc/man/Esys_ChangePPS.3 \
82 doxygen-doc/man/Esys_Clear.3 \
83 doxygen-doc/man/Esys_ClearControl.3 \
[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 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/libabigail/doc/
DMakefile.am7 website: website-html-doxygen
13 DO_HTML = apidoc-html-doxygen website-html-doxygen
14 DO_INSTALL_HTML = apidoc-install-html-doxygen
34 doxygen-api-cfg: $(DOXY_API_SRC_CFG) $(DOXY_API_BLD_DIR)
39 doxygen-website-cfg: $(DOXY_WEBSITE_SRC_CFG) $(DOXY_WEBSITE_BLD_DIR)
44 apidoc-html-doxygen: doxygen-api-cfg
45 doxygen $(DOXY_API_BLD_CFG)
47 website-html-doxygen: doxygen-website-cfg
48 doxygen $(DOXY_WEBSITE_BLD_CFG)
50 apidoc-install-html-doxygen: apidoc-html-doxygen
[all …]
/external/libevent/
Ddoxygen.am2 # unless '--enable-doxygen-doc' is configured.
3 # The following targets are all about doxygen:
4 # make # 'make doxygen' would be auto executed
5 # make doxygen # generating doxygen documentation
6 # make doxygen-doc # same as 'make doxygen'
7 # make clean # clean docs generated by doxygen
8 # make install # install doxygen documentation
9 # make uninstall # uninstall doxygen documentation
16 # Use 'make clean' to clean docs generated by doxygen.
20 # integrate doxygen with automake targets
[all …]
/external/llvm-project/clang/docs/
DIntroductionToTheClangAST.rst26 `Doxygen <https://clang.llvm.org/doxygen>`_. The doxygen online
29 the doxygen of the class you're looking for (for example, search for:
70 declaration <https://clang.llvm.org/doxygen/classclang_1_1TranslationUnitDecl.html>`_.
72 declaration <https://clang.llvm.org/doxygen/classclang_1_1FunctionDecl.html>`_
74 statement <https://clang.llvm.org/doxygen/classclang_1_1CompoundStmt.html>`_,
76 statement <https://clang.llvm.org/doxygen/classclang_1_1DeclStmt.html>`_
78 statement <https://clang.llvm.org/doxygen/classclang_1_1ReturnStmt.html>`_.
85 `ASTContext <https://clang.llvm.org/doxygen/classclang_1_1ASTContext.html>`_.
87 `getTranslationUnitDecl <https://clang.llvm.org/doxygen/classclang_1_1ASTContext.html#abd909fb01ef1…
89 identifiers <https://clang.llvm.org/doxygen/classclang_1_1ASTContext.html#a4f95adb9958e22fbe55212ae…
[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
/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
/external/libevent/m4/
Dax_prog_doxygen.m440 # --enable-doxygen-html and --enable-doxygen-chm,
41 # --enable-doxygen-anything with --disable-doxygen, etc.) Finally, each
49 # optional output directory name (the default is 'doxygen-doc'). To run
50 # doxygen multiple times for different configuration files and output
64 # doxygen-doc: Generate all doxygen documentation.
66 # doxygen-run: Run doxygen, which will generate some of the
71 # doxygen-ps: Generate doxygen PostScript documentation.
73 # doxygen-pdf: Generate doxygen PDF documentation.
76 # If doxygen is used to generate man pages, you can achieve this
80 # $(man3_MANS): doxygen-doc
[all …]
/external/llvm-project/mlir/docs/
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-mlir
78 COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg
80 COMMENT "Generating mlir doxygen documentation." VERBATIM)
83 add_dependencies(doxygen doxygen-mlir)
87 install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/doxygen/html
/external/llvm-project/clang-tools-extra/docs/
DCMakeLists.txt24 # If asked, configure doxygen for the creation of a Qt Compressed Help file.
50 "Use svg instead of png files for doxygen graphs." OFF)
57 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/doxygen.cfg.in
58 ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg @ONLY)
76 add_custom_target(doxygen-clang-tools
77 COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg
79 COMMENT "Generating clang doxygen documentation." VERBATIM)
82 add_dependencies(doxygen doxygen-clang-tools)
86 install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/doxygen/html
/external/llvm-project/openmp/docs/
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-openmp
78 COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg
80 COMMENT "Generating openmp doxygen documentation." VERBATIM)
83 add_dependencies(doxygen doxygen-openmp)
87 install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/doxygen/html
/external/llvm-project/flang/docs/
DCMakeLists.txt26 # If asked, configure doxygen for the creation of a Qt Compressed Help file.
52 "Use svg instead of png files for doxygen graphs." OFF)
59 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/doxygen.cfg.in
60 ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg @ONLY)
78 add_custom_target(doxygen-flang
79 COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg
81 COMMENT "Generating flang doxygen documentation." VERBATIM)
84 add_dependencies(doxygen doxygen-flang)
88 install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/doxygen/html
/external/llvm-project/polly/docs/
DCMakeLists.txt24 # If asked, configure doxygen for the creation of a Qt Compressed Help file.
50 "Use svg instead of png files for doxygen graphs." OFF)
57 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/doxygen.cfg.in
58 ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg @ONLY)
76 add_custom_target(doxygen-polly
77 COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg
79 COMMENT "Generating polly doxygen documentation." VERBATIM)
82 add_dependencies(doxygen doxygen-polly)
86 install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/doxygen/html
/external/skia/tools/doxygen/
DREADME.md7 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
/external/llvm-project/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)
98 install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/doxygen/html/.
99 COMPONENT doxygen-html
/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`
/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
/external/wayland/doc/doxygen/
DMakefile.am11 dist_noinst_DATA = wayland.doxygen.in
72 xml/%/index.xml: $(top_srcdir)/src/scanner.c $(scanned_src_files_%) wayland.doxygen $(diagrams) $(d…
73 $(AM_V_GEN)(cat wayland.doxygen; \
79 html/%/index.html: $(scanned_src_files_%) wayland.doxygen $(diagrams) $(diagram_maps) | $(CURDIR)/h…
80 $(AM_V_GEN)(cat wayland.doxygen; \
87 man/man3/wl_display.3: $(top_srcdir)/src/scanner.c $(scanned_src_files_man) wayland.doxygen | $(CUR…
88 $(AM_V_GEN)(cat wayland.doxygen; \
Dmeson.build18 input: 'wayland.doxygen.in',
19 output: 'wayland.doxygen',
60 gen_doxygen = find_program('gen-doxygen.py')
83 # XXX pass doxygen path as argument
87 '--stamp=doc/doxygen/@0@.stamp'.format(t_name),
106 '--stamp=doc/doxygen/man3.stamp',
/external/wayland/doc/
Dmeson.build2 doxygen = find_program('doxygen') variable
6 cmd = run_command(doxygen, '--version', check: true)
7 message('doxygen: ' + cmd.stdout().strip())
36 subdir('doxygen') subdir
/external/mesa3d/docs/
Dsourcedocs.rst4 `Doxygen <http://www.doxygen.nl>`__ is used to automatically produce
9 documentation, download Mesa from Git, change to the ``doxygen``
17 the doxygen scripts, you can read the documentation
18 `here <../doxygen/main/index.html>`__
/external/libopus/doc/
DMakefile.am18 all-local: doxygen-build.stamp
20 doxygen-build.stamp: Doxyfile $(DOCINPUTS)
21 doxygen
38 $(RM) doxygen-build.stamp
/external/antlr/runtime/Python3/
Dmkdoxy.sh3 if [ -e doxygen.sh ]; then
4 . doxygen.sh
20 doxygen doxyfile

12345678910>>...13