Displaying 2 results from an estimated 2 matches for "enable_doxygen_docs".
2025 Mar 16
1
[RFC][PATCH] API documentation: replace modules.html by topics.html
...an Weisgerber <naddy at mips.inka.de>
---
configure.ac | 2 +-
include/FLAC/all.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 8eb82320..c550089c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -296,7 +296,7 @@ if test "x$enable_doxygen_docs" != xfalse ; then
fi
AM_CONDITIONAL(FLaC__HAS_DOXYGEN, test -n "$DOXYGEN")
-if test ! -n "$DOXYGEN" && test -f "$srcdir/doc/FLAC.tag" && test -f "$srcdir/doc/api/modules.html" ; then
+if test ! -n "$DOXYGEN" && test...
2025 Mar 16
1
[RFC][PATCH] API documentation: replace modules.html by topics.html
...---
> configure.ac | 2 +-
> include/FLAC/all.h | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 8eb82320..c550089c 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -296,7 +296,7 @@ if test "x$enable_doxygen_docs" != xfalse ; then
> fi
> AM_CONDITIONAL(FLaC__HAS_DOXYGEN, test -n "$DOXYGEN")
>
> -if test ! -n "$DOXYGEN" && test -f "$srcdir/doc/FLAC.tag" && test -f "$srcdir/doc/api/modules.html" ; then
> +if test ! -n "$DOXYGEN...