/freebsd/contrib/lutok/m4/ |
H A D | doxygen.m4 | 32 dnl Adds a --with-doxygen flag to the configure script and, when Doxygen support 33 dnl is requested by the user, sets DOXYGEN to the path of the Doxygen binary and 37 AC_ARG_WITH([doxygen], 38 AS_HELP_STRING([--with-doxygen], 44 AC_PATH_PROG([DOXYGEN], [doxygen], []) 45 if test -z "${DOXYGEN}"; then 46 AC_MSG_ERROR([Doxygen explicitly requested but not found]) 49 AC_PATH_PROG([DOXYGEN], [doxygen], []) 51 DOXYGEN= 53 AC_MSG_CHECKING([for doxygen]) [all …]
|
/freebsd/contrib/kyua/m4/ |
H A D | doxygen.m4 | 32 dnl Adds a --with-doxygen flag to the configure script and, when Doxygen support 33 dnl is requested by the user, sets DOXYGEN to the path of the Doxygen binary and 37 AC_ARG_WITH([doxygen], 38 AS_HELP_STRING([--with-doxygen], 44 AC_PATH_PROG([DOXYGEN], [doxygen], []) 45 if test -z "${DOXYGEN}"; then 46 AC_MSG_ERROR([Doxygen explicitly requested but not found]) 49 AC_PATH_PROG([DOXYGEN], [doxygen], []) 51 DOXYGEN= 53 AC_MSG_CHECKING([for doxygen]) [all …]
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | doxygen.am | 1 # Doxygen documentation will not be generated with default configuration, 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. [all …]
|
H A D | Doxyfile | 4 # doxygen (www.doxygen.org) for a project 22 # Place all output under 'doxygen/' 26 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen 35 # sources only. Doxygen will then generate output that is more tailored for C. 41 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the 52 # If left blank the directory from which doxygen is run is used as the 90 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will 99 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will 121 # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact 140 # the first chapter. If it is left blank doxygen will generate a [all …]
|
/freebsd/contrib/libevent/ |
H A D | doxygen.am | 1 # Doxygen documentation will not be generated with default configuration, 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. [all …]
|
H A D | Doxyfile | 4 # doxygen (www.doxygen.org) for a project 22 # Place all output under 'doxygen/' 26 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen 35 # sources only. Doxygen will then generate output that is more tailored for C. 41 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the 52 # If left blank the directory from which doxygen is run is used as the 90 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will 99 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will 121 # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact 140 # the first chapter. If it is left blank doxygen will generate a [all …]
|
/freebsd/crypto/krb5/doc/tools/ |
H A D | README | 1 How to deploy the Doxygen output in Sphinx project. 4 …an be constructed with (Part B) or without (Part A) the bridge to the original Doxygen HTML output. 10 - Doxygen HTML output 13 Part A: Transforming Doxygen XML output into reStructuredText (rst) without the bridge to Doxyg… 15 1. Delete lines containing text "Doxygen reference" from the template files func_document.tmpl a… 17 2. In the Doxygen configuration file set GENERATE_XML to YES. Generate Doxygen XML output; 19 3. Suppose the Doxygen XML output is located in doxy_xml_dir and the desired output directory i… 32 …converts Doxygen XML output into reStructuredText format files both for API functions and data typ… 49 Part B: Bridge to Doxygen HTML output. 51 1. Transform Doxygen XML output into reStructuredText. [all …]
|
/freebsd/contrib/libcbor/ |
H A D | Doxyfile | 4 # doxygen (www.doxygen.org) for a project. 18 # Use doxygen to compare the used configuration file with the template 20 # doxygen -x [configFile] 21 # Use doxygen to compare the used configuration file with the template 24 # doxygen -x_noenv [configFile] 32 # text before the first occurrence of this tag. Doxygen uses libiconv (or the 61 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy 68 # entered, it will be relative to the location where doxygen was started. If 71 OUTPUT_DIRECTORY = doc/build/doxygen [all...] |
/freebsd/contrib/ldns/ |
H A D | libdns.doxygen.in | 4 # doxygen (www.doxygen.org) for a project. 22 # text before the first occurrence of this tag. Doxygen uses libiconv (or the 51 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy 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 97 # documentation generated by doxygen is written. Doxygen will use this 104 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member [all …]
|
/freebsd/contrib/unbound/doc/ |
H A D | unbound.doxygen | 4 # doxygen (www.doxygen.org) for a project. 18 # Use doxygen to compare the used configuration file with the template 20 # doxygen -x [configFile] 21 # Use doxygen to compare the used configuration file with the template 24 # doxygen -x_noenv [configFile] 32 # text before the first occurrence of this tag. Doxygen uses libiconv (or the 61 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy 68 # entered, it will be relative to the location where doxygen was started. If 73 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096 76 # option can be useful when feeding doxygen a huge amount of source files, where [all …]
|
/freebsd/contrib/bearssl/ |
H A D | Doxyfile | 4 # doxygen (www.doxygen.org) for a project. 22 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv 51 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy 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 [all …]
|
/freebsd/contrib/ntp/sntp/libevent/m4/ |
H A D | ax_prog_doxygen.m4 | 22 # Doxygen feature. Supported features are 'DOXYGEN' itself, 'DOT' for 31 # Doxygen are usually problematic, though by picking an appropriate subset 40 # --enable-doxygen-html and --enable-doxygen-chm, 41 # --enable-doxygen-anything with --disable-doxygen, etc.) Finally, each 48 # default is '$(srcdir)/Doxyfile', the same as Doxygen's default), and an 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. [all …]
|
/freebsd/contrib/libevent/m4/ |
H A D | ax_prog_doxygen.m4 | 22 # Doxygen feature. Supported features are 'DOXYGEN' itself, 'DOT' for 31 # Doxygen are usually problematic, though by picking an appropriate subset 40 # --enable-doxygen-html and --enable-doxygen-chm, 41 # --enable-doxygen-anything with --disable-doxygen, etc.) Finally, each 48 # default is '$(srcdir)/Doxyfile', the same as Doxygen's default), and an 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. [all …]
|
/freebsd/contrib/ntp/sntp/libevent/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. 22 # Old versions of cmake have poor support for Doxygen generation. 23 message(FATAL_ERROR "Doxygen generation only enabled for cmake 3.9 and higher") 25 find_package(Doxygen) 30 set(DOXYGEN_OUTPUT_DIRECTORY doxygen) 75 # Add 'doxygen' target 76 doxygen_add_docs(doxygen 80 COMMENT "Generating doxygen documentation for ${PROJECT_NAME}..." 108 message(FATAL_ERROR "Doxygen command not found, set EVENT__DOXYGEN to disable")
|
/freebsd/contrib/libevent/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. 22 # Old versions of cmake have poor support for Doxygen generation. 23 message(FATAL_ERROR "Doxygen generation only enabled for cmake 3.9 and higher") 25 find_package(Doxygen) 30 set(DOXYGEN_OUTPUT_DIRECTORY doxygen) 75 # Add 'doxygen' target 76 doxygen_add_docs(doxygen 80 COMMENT "Generating doxygen documentation for ${PROJECT_NAME}..." 108 message(FATAL_ERROR "Doxygen command not found, set EVENT__DOXYGEN to disable")
|
/freebsd/contrib/kyua/ |
H A D | Makefile.am | 146 # Runs doxygen on the source tree and validates the contents of the docstrings. 147 # We do not do this by default, even if doxygen has been enabled, because this 152 @$(AWK) -f $(srcdir)/admin/check-api-docs.awk api-docs/doxygen.out 156 @rm -f api-docs/doxygen.out api-docs/doxygen.out.tmp 157 $(AM_V_GEN)$(DOXYGEN) $(builddir)/Doxyfile \ 158 >api-docs/doxygen.out.tmp 2>&1 && \ 159 mv api-docs/doxygen.out.tmp api-docs/doxygen.out
|
/freebsd/crypto/heimdal/doc/ |
H A D | Makefile.am | 62 doxyout doxygen: hdb.dxy hx509.dxy hcrypto.dxy gssapi.dxy krb5.dxy ntlm.dxy wind.dxy target 68 doxygen $$a.dxy; \ 72 install-data-hook: install-doxygen-manpage 73 uninstall-hook: uninstall-doxygen-manpage 74 dist-hook: doxygen 76 install-doxygen-manpage: 88 uninstall-doxygen-manpage:
|
/freebsd/crypto/heimdal/doc/doxyout/hx509/html/ |
H A D | group__hx509__query.html | 4 <link href="doxygen.css" rel="stylesheet" type="text/css"> 11 <!-- Generated by Doxygen 1.5.6 --> 27 …Heimdalx509library by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt=…
|
H A D | page_ca.html | 4 <link href="doxygen.css" rel="stylesheet" type="text/css"> 11 <!-- Generated by Doxygen 1.5.6 --> 24 …Heimdalx509library by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt=…
|
H A D | page_env.html | 4 <link href="doxygen.css" rel="stylesheet" type="text/css"> 11 <!-- Generated by Doxygen 1.5.6 --> 24 …Heimdalx509library by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt=…
|
H A D | page_error.html | 4 <link href="doxygen.css" rel="stylesheet" type="text/css"> 11 <!-- Generated by Doxygen 1.5.6 --> 24 …Heimdalx509library by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt=…
|
H A D | page_lock.html | 4 <link href="doxygen.css" rel="stylesheet" type="text/css"> 11 <!-- Generated by Doxygen 1.5.6 --> 24 …Heimdalx509library by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt=…
|
/freebsd/crypto/heimdal/doc/doxyout/wind/html/ |
H A D | modules.html | 4 <link href="doxygen.css" rel="stylesheet" type="text/css"> 11 <!-- Generated by Doxygen 1.5.6 --> 26 …Heimdalwindlibrary by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt=…
|
/freebsd/crypto/heimdal/doc/doxyout/gssapi/html/ |
H A D | modules.html | 4 <link href="doxygen.css" rel="stylesheet" type="text/css"> 11 <!-- Generated by Doxygen 1.5.6 --> 27 …mdalGSS-APIlibrary by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt=…
|
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/html/ |
H A D | examples.html | 4 <link href="doxygen.css" rel="stylesheet" type="text/css"> 11 <!-- Generated by Doxygen 1.5.6 --> 27 …dal crypto library by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt=…
|