Lines Matching refs:doxygen
2237 # the --with-doxygen option, it allows maximum flexibility in making decisions
2238 # as whether or not to use the doxygen package. When DEFAULT is not specified,
2239 # --with-doxygen assumes 'auto'.
2243 # DOXYGEN: returns the path of the doxygen program found
2245 # --with-doxygen: 'yes' user instructs the module to use doxygen
2246 # 'no' user instructs the module not to use doxygen
2251 AC_ARG_VAR([DOXYGEN], [Path to doxygen command])
2254 AC_ARG_WITH(doxygen,
2255 AS_HELP_STRING([--with-doxygen],
2256 [Use doxygen to regenerate documentation (default: ]_defopt[)]),
2261 AC_PATH_PROG([DOXYGEN], [doxygen])
2263 AC_MSG_WARN([doxygen not found - documentation targets will be skipped])
2269 AC_PATH_PROG([DOXYGEN], [doxygen])
2271 AC_MSG_ERROR([--with-doxygen=yes specified but doxygen not found in PATH])
2276 AC_MSG_WARN([ignoring DOXYGEN environment variable since --with-doxygen=no was specified])
2280 AC_MSG_ERROR([--with-doxygen expects 'yes' or 'no'])
2284 # scrape the doxygen version
2285 AC_MSG_CHECKING([the doxygen version])
2290 AC_MSG_WARN([doxygen version $doxygen_version found, but $1 needed])
2293 AC_MSG_ERROR([doxygen version $doxygen_version found, but $1 needed])
2297 dnl Check for DOT if we have doxygen. The caller decides if it is mandatory
2298 dnl HAVE_DOT is a variable that can be used in your doxygen.in config file:
2582 # XORG_WITH_DOXYGEN --with-doxygen
2615 # XORG_WITH_DOXYGEN --with-doxygen
2648 # XORG_WITH_DOXYGEN --with-doxygen