Searched refs:doxygen (Results 1 – 25 of 314) sorted by relevance
12345678910>>...13
74 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 …]
1 doxygen tnl_dd.doxy2 doxygen vbo.doxy3 doxygen math.doxy4 doxygen swrast.doxy5 doxygen swrast_setup.doxy6 doxygen tnl.doxy7 doxygen core.doxy8 doxygen glapi.doxy9 doxygen glsl.doxy10 doxygen nir.doxy[all …]
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 doxygen9 Then, load either doxygen/main/index.html or doxygen/core_subset/index.html into
7 website: website-html-doxygen13 DO_HTML = apidoc-html-doxygen website-html-doxygen14 DO_INSTALL_HTML = apidoc-install-html-doxygen34 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-cfg45 doxygen $(DOXY_API_BLD_CFG)47 website-html-doxygen: doxygen-website-cfg48 doxygen $(DOXY_WEBSITE_BLD_CFG)50 apidoc-install-html-doxygen: apidoc-html-doxygen[all …]
2 # unless '--enable-doxygen-doc' is configured.3 # The following targets are all about doxygen:4 # make # 'make doxygen' would be auto executed5 # make doxygen # generating doxygen documentation6 # make doxygen-doc # same as 'make doxygen'7 # make clean # clean docs generated by doxygen8 # make install # install doxygen documentation9 # make uninstall # uninstall doxygen documentation16 # Use 'make clean' to clean docs generated by doxygen.20 # integrate doxygen with automake targets[all …]
26 `Doxygen <https://clang.llvm.org/doxygen>`_. The doxygen online29 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 …]
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.in59 ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg @ONLY)77 add_custom_target(doxygen-clang78 COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg80 COMMENT "Generating clang doxygen documentation." VERBATIM)83 add_dependencies(doxygen doxygen-clang)87 install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/doxygen/html
26 `Doxygen <http://clang.llvm.org/doxygen>`_. The doxygen online29 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 …]
40 # --enable-doxygen-html and --enable-doxygen-chm,41 # --enable-doxygen-anything with --disable-doxygen, etc.) Finally, each49 # optional output directory name (the default is 'doxygen-doc'). To run50 # doxygen multiple times for different configuration files and output64 # doxygen-doc: Generate all doxygen documentation.66 # doxygen-run: Run doxygen, which will generate some of the71 # 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 this80 # $(man3_MANS): doxygen-doc[all …]
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.in59 ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg @ONLY)77 add_custom_target(doxygen-mlir78 COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg80 COMMENT "Generating mlir doxygen documentation." VERBATIM)83 add_dependencies(doxygen doxygen-mlir)87 install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/doxygen/html
24 # 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.in58 ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg @ONLY)76 add_custom_target(doxygen-clang-tools77 COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg79 COMMENT "Generating clang doxygen documentation." VERBATIM)82 add_dependencies(doxygen doxygen-clang-tools)86 install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/doxygen/html
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.in59 ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg @ONLY)77 add_custom_target(doxygen-openmp78 COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg80 COMMENT "Generating openmp doxygen documentation." VERBATIM)83 add_dependencies(doxygen doxygen-openmp)87 install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/doxygen/html
26 # 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.in60 ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg @ONLY)78 add_custom_target(doxygen-flang79 COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg81 COMMENT "Generating flang doxygen documentation." VERBATIM)84 add_dependencies(doxygen doxygen-flang)88 install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/doxygen/html
24 # 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.in58 ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg @ONLY)76 add_custom_target(doxygen-polly77 COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg79 COMMENT "Generating polly doxygen documentation." VERBATIM)82 add_dependencies(doxygen doxygen-polly)86 install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/doxygen/html
7 doxygen Doxyfile11 /tmp/doxygen15 cd /tmp/doxygen/html; python -m SimpleHTTPServer 800024 find ../../include/ ../../src/ . | entr doxygen ./Doxyfile29 For a linux desktop you can install the doxygen tool via:31 sudo apt install doxygen
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.in68 ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg @ONLY)86 add_custom_target(doxygen-llvm87 COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg89 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
6 1. You will need to install `doxygen`. See7 [Download Doxygen](http://www.stack.nl/~dimitri/doxygen/download.html).12 *Note: You will need both `doxygen` and `doxypypy` to be in your16 set up the `py_filter` to invoke `doxypypy` from `doxygen`.19 [here](https://github.com/Feneric/doxypypy#invoking-doxypypy-from-doxygen).26 `doxygen`
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.in68 ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg @ONLY)86 add_custom_target(doxygen-llvm87 COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg89 COMMENT "Generating llvm doxygen documentation." VERBATIM)92 add_dependencies(doxygen doxygen-llvm)96 install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/doxygen/html
11 dist_noinst_DATA = wayland.doxygen.in72 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; \
18 input: 'wayland.doxygen.in',19 output: 'wayland.doxygen',60 gen_doxygen = find_program('gen-doxygen.py')83 # XXX pass doxygen path as argument87 '--stamp=doc/doxygen/@0@.stamp'.format(t_name),106 '--stamp=doc/doxygen/man3.stamp',
2 doxygen = find_program('doxygen') variable6 cmd = run_command(doxygen, '--version', check: true)7 message('doxygen: ' + cmd.stdout().strip())36 subdir('doxygen') subdir
4 `Doxygen <http://www.doxygen.nl>`__ is used to automatically produce9 documentation, download Mesa from Git, change to the ``doxygen``17 the doxygen scripts, you can read the documentation18 `here <../doxygen/main/index.html>`__
18 all-local: doxygen-build.stamp20 doxygen-build.stamp: Doxyfile $(DOCINPUTS)21 doxygen38 $(RM) doxygen-build.stamp
3 if [ -e doxygen.sh ]; then4 . doxygen.sh20 doxygen doxyfile