From 672e538a5162ad8eb4cc8210036c461457362a6a Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 20 Dec 2009 16:35:56 +0100 Subject: [PATCH 1/1] Doxyfile: Predefine HAVE_UCRED. Otherwise only the dummy functions are included in the documentation. --- Doxyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 43209a52..5e09868f 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1063,7 +1063,8 @@ PREDEFINED = HAVE_MAD \ HAVE_FAAD \ HAVE_OGGVORBIS \ __GNUC__=4 \ - __GNUC_MINOR__=4 + __GNUC_MINOR__=4 \ + HAVE_UCRED # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded. -- 2.39.2