Displaying 2 results from an estimated 2 matches for "0be26fd7".
2025 Mar 16
1
[RFC][PATCH] API documentation: replace modules.html by topics.html
...; test -f "$srcdir/doc/FLAC.tag" && test -f "$srcdir/doc/api/index.html" ; then
HAS_PREBUILT_DOXYGEN=yes
fi
AM_CONDITIONAL(FLaC__HAS_PREBUILT_DOXYGEN, test "x$HAS_PREBUILT_DOXYGEN" = xyes)
diff --git a/include/FLAC/all.h b/include/FLAC/all.h
index f29aa010..0be26fd7 100644
--- a/include/FLAC/all.h
+++ b/include/FLAC/all.h
@@ -102,7 +102,7 @@
* \section getting_started Getting Started
*
* A good starting point for learning the API is to browse through
- * the <A HREF="modules.html">modules</A>. Modules are logical
+ * the <A HREF...
2025 Mar 16
1
[RFC][PATCH] API documentation: replace modules.html by topics.html
...C.tag" && test -f "$srcdir/doc/api/index.html" ; then
> HAS_PREBUILT_DOXYGEN=yes
> fi
> AM_CONDITIONAL(FLaC__HAS_PREBUILT_DOXYGEN, test "x$HAS_PREBUILT_DOXYGEN" = xyes)
> diff --git a/include/FLAC/all.h b/include/FLAC/all.h
> index f29aa010..0be26fd7 100644
> --- a/include/FLAC/all.h
> +++ b/include/FLAC/all.h
> @@ -102,7 +102,7 @@
> * \section getting_started Getting Started
> *
> * A good starting point for learning the API is to browse through
> - * the <A HREF="modules.html">modules</A>. Mod...