• Home
  • Raw
  • Download

Lines Matching refs:doxygen

7 # aminclude.m4 file and a compatible doxygen configuration file. Defines the
27 # that contradictory flags are not given (e.g., --enable-doxygen-html and
28 # --enable-doxygen-chm, --enable-doxygen-anything with --disable-doxygen, etc.)
36 # name (the default is 'doxygen-doc').
60 # Append VARIABLE="VALUE" to DX_ENV for invoking doxygen.
96 || AC_MSG_ERROR([doxygen-DX_CURRENT_FEATURE ifelse([$2], 1,
97 requires, contradicts) doxygen-DX_CURRENT_FEATURE])
120 AC_ARG_ENABLE(doxygen-$1,
121 [AS_HELP_STRING(DX_IF_FEATURE([$1], [--disable-doxygen-$1],
122 [--enable-doxygen-$1]),
135 AC_MSG_ERROR([invalid value '$enableval' given to doxygen-$1])
177 # The default CONFIG-FILE is "Doxyfile" and OUTPUT-DOC-DIR is "doxygen-doc".
183 AC_SUBST([DX_DOCDIR], [ifelse([$3], [], doxygen-doc, [$3])])
185 # Environment variables used inside doxygen.cfg:
192 DX_ARG_ABLE(doc, [generate any doxygen documentation],
195 [DX_REQUIRE_PROG([DX_DOXYGEN], doxygen)
200 DX_ARG_ABLE(dot, [generate graphics for doxygen documentation],
209 DX_ARG_ABLE(man, [generate doxygen manual pages],
217 DX_ARG_ABLE(rtf, [generate doxygen RTF documentation],
225 DX_ARG_ABLE(xml, [generate doxygen XML documentation],
233 DX_ARG_ABLE(chm, [generate doxygen compressed HTML help documentation],
243 DX_ARG_ABLE(chi, [generate doxygen seperate compressed HTML help index file],
251 DX_ARG_ABLE(html, [generate doxygen plain HTML documentation],
259 DX_ARG_ABLE(ps, [generate doxygen PostScript documentation],
268 DX_ARG_ABLE(pdf, [generate doxygen PDF documentation],