| /src/crypto/external/bsd/netpgp/dist/doc/ |
| Makefile | 4 doxy-user: doxygen-user.cfg 6 doxygen doxygen-user.cfg 8 doxy-dev: doxygen-dev.cfg 10 doxygen doxygen-dev.cfg
|
| /src/external/mpl/dhcp/dist/doc/ |
| Makefile | 32 doxygen devel/doxyfile > html/doxygen.log 2>html/doxygen-warnings.log
|
| /src/external/mit/libcbor/dist/ |
| 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
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/doc/ |
| Makefile.am | 30 # The first is the doxygen markup in libstdc++ sources, which is a 129 stamp-xml: stamp-xml-single-docbook stamp-xml-single-doxygen 141 stamp-html: stamp-html-docbook-data stamp-html-doxygen 153 stamp-pdf: stamp-pdf-docbook stamp-pdf-doxygen 165 stamp-man: stamp-man-doxygen 207 # Doxygen configuration 208 # Assumes doxygen, graphviz (with dot), pdflatex installed 210 doxygen_outdir = ${glibcxx_builddir}/doc/doxygen 230 stamp-xml-doxygen: ${doxygen_outdir}/xml 236 $(STAMP) stamp-xml-doxygen [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/doc/ |
| Makefile.am | 28 # The first is the doxygen markup in libstdc++ sources, which is a 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 205 # Doxygen configuration 206 # Assumes doxygen, graphviz (with dot), pdflatex installed 208 doxygen_outdir = ${glibcxx_builddir}/doc/doxygen 228 stamp-xml-doxygen: ${doxygen_outdir}/xml 234 $(STAMP) stamp-xml-doxygen [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/scripts/ |
| run_doxygen | 3 # Runs doxygen and massages the output files. 14 # We can check now that the version of doxygen is >= this variable. 20 local testing_version doxygen maybedoxy v_found 26 maybedoxy="$dir/doxygen" 32 doxygen="$maybedoxy" 37 if test -z "$doxygen"; then 38 fail "Could not find Doxygen $DOXYVER in path." 41 echo :: Using Doxygen tools from ${dir}. 59 in the Doxygen config file. 64 --latex_cmd=CMD Set LATEX_CMD_NAME=CMD in the Doxygen config file [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/ |
| run_doxygen | 3 # Runs doxygen and massages the output files. 14 # We can check now that the version of doxygen is >= this variable. 20 local testing_version doxygen maybedoxy v_found 26 maybedoxy="$dir/doxygen" 32 doxygen="$maybedoxy" 37 if test -z "$doxygen"; then 38 fail "Could not find Doxygen $DOXYVER in path." 41 echo :: Using Doxygen tools from ${dir}. 59 in the Doxygen config file. 64 --latex_cmd=CMD Set LATEX_CMD_NAME=CMD in the Doxygen config file [all...] |
| /src/crypto/external/bsd/heimdal/lib/libwind/ |
| Makefile | 24 doxygen.c \
|
| /src/crypto/external/bsd/heimdal/dist/cf/ |
| make-proto.pl | 10 my $doxygen = 0; 92 if ( s@/\*\*(.*)@@) { $comment = 1; $doxygen = 1; $funcdoc = $1; 94 } elsif ($comment && s@.*\*/@@) { $comment = 0; $doxygen = 0; 95 } elsif ($doxygen) { $funcdoc .= $_; next; 224 die "reached end of code and still in doxygen comment" if ($doxygen);
|
| /src/external/gpl3/gcc/dist/maintainer-scripts/ |
| generate_libstdcxx_web_docs | 29 for i in doxygen dot dblatex pdflatex makeindex
|
| /src/external/gpl3/gcc.old/dist/maintainer-scripts/ |
| generate_libstdcxx_web_docs | 29 for i in doxygen dot dblatex pdflatex makeindex
|
| /src/crypto/external/bsd/heimdal/lib/libhx509/ |
| Makefile | 37 doxygen.c \ 95 # XXX: also has a "doxygen.c" in it, but the .PATH ordering ensures
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/ |
| Doxyfile.am | 1 ## generate API documentation with doxygen 51 $(DOXYGEN) Doxyfile ;\ 140 echo "HTML_STYLESHEET = apidocs/common/doxygen.css" >> Doxyfile ; \ 158 doxygen Doxyfile; \
|
| acinclude.m4.in | 5088 KDE_FIND_PATH(doxygen, DOXYGEN, [], []) 5089 AC_SUBST(DOXYGEN) 5097 if test -n "$DOXYGEN" && test -x "$DOXYGEN" && test -f $QTDOCDIR/qsql.html; then
|
| /src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| NTMakefile | 86 $(SRCDIR)\doxygen.c \
|
| /src/crypto/external/bsd/heimdal/lib/libgssapi/ |
| Makefile | 95 mech/doxygen.c \
|
| /src/crypto/external/bsd/heimdal/lib/libkrb5/ |
| Makefile | 68 doxygen.c \
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| NTMakefile | 223 doxygen.c \
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| configure | 1585 --enable-doxygen-doc generate any doxygen documentation 1586 --enable-doxygen-dot generate graphics for doxygen documentation 1587 --enable-doxygen-man generate doxygen manual pages 1588 --enable-doxygen-rtf generate doxygen RTF documentation 1589 --enable-doxygen-xml generate doxygen XML documentatio [all...] |
| /src/external/gpl3/gdb/dist/gdb/doc/ |
| Makefile.in | 216 DOXYGEN = doxygen 230 $(DOXYGEN) Doxyfile-gdb-api 234 $(DOXYGEN) Doxyfile-gdb-xref 238 $(DOXYGEN) Doxyfile-gdbserver
|
| /src/external/gpl3/gdb.old/dist/gdb/doc/ |
| Makefile.in | 211 DOXYGEN = doxygen 225 $(DOXYGEN) Doxyfile-gdb-api 229 $(DOXYGEN) Doxyfile-gdb-xref 233 $(DOXYGEN) Doxyfile-gdbserver
|
| /src/external/bsd/libevent/dist/ |
| configure | 1542 --enable-doxygen-doc generate any doxygen documentation 1543 --enable-doxygen-dot generate graphics for doxygen documentation 1544 --enable-doxygen-man generate doxygen manual pages 1545 --enable-doxygen-rtf generate doxygen RTF documentation 1546 --enable-doxygen-xml generate doxygen XML documentatio [all...] |
| /src/external/bsd/unbound/dist/ |
| configure | 792 doxygen 7586 # Extract the first word of "doxygen", so it can be a program name with args. 7587 set dummy doxygen; ac_word=$2 7594 e) if test -n "$doxygen"; then 7595 ac_cv_prog_doxygen="$doxygen" # Let the user override the test. 7608 ac_cv_prog_doxygen="doxygen" 7619 doxygen=$ac_cv_prog_doxygen 7620 if test -n "$doxygen"; then 7621 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $doxygen" >&5 7622 printf "%s\n" "$doxygen" >&6; [all...] |
| /src/external/mpl/bind/dist/ |
| configure | 681 DOXYGEN 27730 # Look for Doxygen 27732 for ac_prog in doxygen 27742 e) case $DOXYGEN in 27744 ac_cv_path_DOXYGEN="$DOXYGEN" # Let the user override the test with a path. 27770 DOXYGEN=$ac_cv_path_DOXYGEN 27771 if test -n "$DOXYGEN"; then 27772 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DOXYGEN" >&5 27773 printf "%s\n" "$DOXYGEN" >&6; } 27780 test -n "$DOXYGEN" && brea [all...] |
| /src/external/apache2/llvm/autoconf/ |
| configure | 659 DOXYGEN 1537 --enable-doxygen Build doxygen documentation (default is NO) 1538 --enable-doxygen-search Enable doxygen search support (default is NO) 1539 --enable-doxygen-external-search 1540 Enable doxygen exteranl search (default is NO) 1541 --enable-doxygen-qt-help 1574 --with-doxygen-search-engine-url 1575 Specify the external search engine for doxygen [all...] |