Lines Matching refs:doxygen
1020 # the --with-doxygen option, it allows maximum flexibilty in making decisions
1021 # as whether or not to use the doxygen package. When DEFAULT is not specified,
1022 # --with-doxygen assumes 'auto'.
1026 # DOXYGEN: returns the path of the doxygen program found
1028 # --with-doxygen: 'yes' user instructs the module to use doxygen
1029 # 'no' user instructs the module not to use doxygen
1034 AC_ARG_VAR([DOXYGEN], [Path to doxygen command])
1037 AC_ARG_WITH(doxygen,
1038 AS_HELP_STRING([--with-doxygen],
1039 [Use doxygen to regenerate documentation (default: ]_defopt[)]),
1044 AC_PATH_PROG([DOXYGEN], [doxygen])
1046 AC_MSG_WARN([doxygen not found - documentation targets will be skipped])
1052 AC_PATH_PROG([DOXYGEN], [doxygen])
1054 AC_MSG_ERROR([--with-doxygen=yes specified but doxygen not found in PATH])
1059 AC_MSG_WARN([ignoring DOXYGEN environment variable since --with-doxygen=no was specified])
1063 AC_MSG_ERROR([--with-doxygen expects 'yes' or 'no'])
1067 # scrape the doxygen version
1068 AC_MSG_CHECKING([the doxygen version])
1073 AC_MSG_WARN([doxygen version $doxygen_version found, but $1 needed])
1076 AC_MSG_ERROR([doxygen version $doxygen_version found, but $1 needed])
1080 dnl Check for DOT if we have doxygen. The caller decides if it is mandatory
1081 dnl HAVE_DOT is a variable that can be used in your doxygen.in config file:
1365 # XORG_WITH_DOXYGEN --with-doxygen
1398 # XORG_WITH_DOXYGEN --with-doxygen
1431 # XORG_WITH_DOXYGEN --with-doxygen