Lines Matching refs:doxygen
2080 # the --with-doxygen option, it allows maximum flexibility in making decisions
2081 # as whether or not to use the doxygen package. When DEFAULT is not specified,
2082 # --with-doxygen assumes 'auto'.
2086 # DOXYGEN: returns the path of the doxygen program found
2088 # --with-doxygen: 'yes' user instructs the module to use doxygen
2089 # 'no' user instructs the module not to use doxygen
2094 AC_ARG_VAR([DOXYGEN], [Path to doxygen command])
2097 AC_ARG_WITH(doxygen,
2098 AS_HELP_STRING([--with-doxygen],
2099 [Use doxygen to regenerate documentation (default: ]_defopt[)]),
2104 AC_PATH_PROG([DOXYGEN], [doxygen])
2106 AC_MSG_WARN([doxygen not found - documentation targets will be skipped])
2112 AC_PATH_PROG([DOXYGEN], [doxygen])
2114 AC_MSG_ERROR([--with-doxygen=yes specified but doxygen not found in PATH])
2119 AC_MSG_WARN([ignoring DOXYGEN environment variable since --with-doxygen=no was specified])
2123 AC_MSG_ERROR([--with-doxygen expects 'yes' or 'no'])
2127 # scrape the doxygen version
2128 AC_MSG_CHECKING([the doxygen version])
2133 AC_MSG_WARN([doxygen version $doxygen_version found, but $1 needed])
2136 AC_MSG_ERROR([doxygen version $doxygen_version found, but $1 needed])
2140 dnl Check for DOT if we have doxygen. The caller decides if it is mandatory
2141 dnl HAVE_DOT is a variable that can be used in your doxygen.in config file:
2425 # XORG_WITH_DOXYGEN --with-doxygen
2458 # XORG_WITH_DOXYGEN --with-doxygen
2491 # XORG_WITH_DOXYGEN --with-doxygen