/netbsd-src/external/bsd/libevent/dist/ |
H A D | doxygen.am | 2 # 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 …]
|
/netbsd-src/external/bsd/libevent/dist/m4/ |
H A D | ax_prog_doxygen.m4 | 40 # --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 …]
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | IntroductionToTheClangAST.rst | 26 `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 …]
|
H A D | CMakeLists.txt | 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.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
|
H A 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 …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/ |
H A D | run_doxygen | 20 local testing_version doxygen maybedoxy v_found 32 doxygen="$maybedoxy" 37 if test -z "$doxygen"; then 60 ftp://ftp.stack.nl/pub/users/dimitri/doxygen-${DOXYVER}.src.tar.gz 89 outdir=${o}/doc/doxygen 179 ${srcdir}/doc/doxygen/user.cfg.in > ${outdir}/${mode}.cfg 181 echo doxygen ${outdir}/${mode}.cfg 182 doxygen ${outdir}/${mode}.cfg 197 need_footer=`doxygen -h | sed -n -e '/-w latex/s=.*footer.*=true=p'` 201 doxygen -w latex header.tex footer.tex doxygen.sty [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/doc/ |
H A D | Makefile.am | 127 stamp-xml: stamp-xml-single-docbook stamp-xml-single-doxygen 139 stamp-html: stamp-html-docbook-data stamp-html-doxygen 151 stamp-pdf: stamp-pdf-docbook stamp-pdf-doxygen 163 stamp-man: stamp-man-doxygen 208 doxygen_outdir = ${glibcxx_builddir}/doc/doxygen 228 stamp-xml-doxygen: ${doxygen_outdir}/xml 234 $(STAMP) stamp-xml-doxygen 236 stamp-xml-single-doxygen: stamp-xml-doxygen 240 $(STAMP) stamp-xml-single-doxygen 242 stamp-html-doxygen: ${doxygen_outdir}/html [all …]
|
H A D | Makefile.in | 440 doxygen_outdir = ${glibcxx_builddir}/doc/doxygen 851 stamp-xml: stamp-xml-single-docbook stamp-xml-single-doxygen 860 stamp-html: stamp-html-docbook-data stamp-html-doxygen 869 stamp-pdf: stamp-pdf-docbook stamp-pdf-doxygen 878 stamp-man: stamp-man-doxygen 927 stamp-xml-doxygen: ${doxygen_outdir}/xml 933 $(STAMP) stamp-xml-doxygen 935 stamp-xml-single-doxygen: stamp-xml-doxygen 939 $(STAMP) stamp-xml-single-doxygen 941 stamp-html-doxygen: ${doxygen_outdir}/html [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/doc/ |
H A D | Makefile.am | 127 stamp-xml: stamp-xml-single-docbook stamp-xml-single-doxygen 139 stamp-html: stamp-html-docbook-data stamp-html-doxygen 151 stamp-pdf: stamp-pdf-docbook stamp-pdf-doxygen 163 stamp-man: stamp-man-doxygen 208 doxygen_outdir = ${glibcxx_builddir}/doc/doxygen 228 stamp-xml-doxygen: ${doxygen_outdir}/xml 233 $(STAMP) stamp-xml-doxygen 235 stamp-xml-single-doxygen: stamp-xml-doxygen 239 $(STAMP) stamp-xml-single-doxygen 241 stamp-html-doxygen: ${doxygen_outdir}/html [all …]
|
H A D | Makefile.in | 427 doxygen_outdir = ${glibcxx_builddir}/doc/doxygen 838 stamp-xml: stamp-xml-single-docbook stamp-xml-single-doxygen 847 stamp-html: stamp-html-docbook-data stamp-html-doxygen 856 stamp-pdf: stamp-pdf-docbook stamp-pdf-doxygen 865 stamp-man: stamp-man-doxygen 914 stamp-xml-doxygen: ${doxygen_outdir}/xml 919 $(STAMP) stamp-xml-doxygen 921 stamp-xml-single-doxygen: stamp-xml-doxygen 925 $(STAMP) stamp-xml-single-doxygen 927 stamp-html-doxygen: ${doxygen_outdir}/html [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/scripts/ |
H A D | run_doxygen | 20 local testing_version doxygen maybedoxy v_found 32 doxygen="$maybedoxy" 37 if test -z "$doxygen"; then 67 ftp://ftp.stack.nl/pub/users/dimitri/doxygen-${DOXYVER}.src.tar.gz 198 ${srcdir}/doc/doxygen/user.cfg.in > ${outdir}/${mode}.cfg 200 echo doxygen ${outdir}/${mode}.cfg 201 doxygen ${outdir}/${mode}.cfg 216 need_footer=`doxygen -h | sed -n -e '/-w latex/s=.*footer.*=true=p'` 220 doxygen -w latex header.tex footer.tex doxygen.sty 222 doxygen -w latex header.tex doxygen.sty [all …]
|
/netbsd-src/crypto/external/bsd/netpgp/dist/doc/ |
H A D | Makefile | 4 doxy-user: doxygen-user.cfg 6 doxygen doxygen-user.cfg 8 doxy-dev: doxygen-dev.cfg 10 doxygen doxygen-dev.cfg
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | CMakeLists.txt | 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.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
|
H A 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@/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 …]
|
H A D | README.txt | 58 Install doxygen <http://www.stack.nl/~dimitri/doxygen/download.html> and dot2tex <https://dot2tex.r… 62 make doxygen-llvm # for LLVM docs 63 make doxygen-clang # for clang docs 67 <build-dir>/docs/doxygen/html # for LLVM docs 68 <build-dir>/tools/clang/docs/doxygen/html # for clang docs
|
/netbsd-src/external/mit/libcbor/dist/ |
H A D | release.sh | 43 doxygen 51 cp -r doxygen/html libcbor_api_docs_html 52 cp -r doxygen/html $DIR/docs/doxygen 64 git add docs/doxygen
|
H A D | Doxyfile | 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 = doc/build/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 …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/doc/doxygen/ |
H A D | user.cfg.in | 4 # 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 …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/doc/doxygen/ |
H A D | user.cfg.in | 4 # 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 …]
|
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/ |
H A D | Makefile.am | 70 doxyout doxygen: base.dxy hdb.dxy hx509.dxy hcrypto.dxy gssapi.dxy krb5.dxy ntlm.dxy wind.dxy target 77 doxygen $$a.dxy; \ 86 install-data-hook: install-doxygen-manpage 87 uninstall-hook: uninstall-doxygen-manpage 88 dist-hook: doxygen 90 install-doxygen-manpage: 102 uninstall-doxygen-manpage:
|
/netbsd-src/external/bsd/libevent/dist/cmake/ |
H A D | UseDoxygen.cmake | 10 # And the values of the doxygen config does not exactly match it. 11 # So we need to convert the cmake option to a doxygen config. 30 set(DOXYGEN_OUTPUT_DIRECTORY doxygen) 75 # Add 'doxygen' target 76 doxygen_add_docs(doxygen 80 COMMENT "Generating doxygen documentation for ${PROJECT_NAME}..."
|
/netbsd-src/external/bsd/unbound/dist/doc/ |
H A D | unbound.doxygen | 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 …]
|
/netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/ |
H A 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 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 …]
|
/netbsd-src/crypto/external/bsd/libsaslc/dist/doc/ |
H A 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 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 …]
|
/netbsd-src/external/mpl/dhcp/dist/doc/devel/ |
H A D | doxyfile.in | 4 # doxygen (www.doxygen.org) for a project. 53 # where doxygen was started. If left blank the current directory will be used. 57 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 60 # Enabling this option can be useful when feeding doxygen a huge amount of 67 # documentation generated by doxygen is written. Doxygen will use this 111 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 128 # If left blank the directory from which doxygen is run is used as the 142 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter 178 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce 235 # is one of the parsers supported by doxygen: IDL, Java, Javascript, CSharp, C, [all …]
|