From: Ralf Haferkamp Date: Thu, 18 Feb 2010 16:24:41 +0000 (+0000) Subject: exclude some internal structs from documentation X-Git-Tag: MIGRATION_CVS2GIT~684 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=67486ca0aa07f602ddaaf696aadbede578b5eb4e;p=openldap exclude some internal structs from documentation --- diff --git a/contrib/ldapc++/doxygen.rc b/contrib/ldapc++/doxygen.rc index e9133a04a6..cd78a9cd9e 100644 --- a/contrib/ldapc++/doxygen.rc +++ b/contrib/ldapc++/doxygen.rc @@ -262,7 +262,7 @@ EXTRACT_ALL = YES # If the EXTRACT_PRIVATE tag is set to YES all private members of a class # will be included in the documentation. -EXTRACT_PRIVATE = YES +EXTRACT_PRIVATE = NO # If the EXTRACT_STATIC tag is set to YES all static members of a file # will be included in the documentation. @@ -273,7 +273,7 @@ EXTRACT_STATIC = NO # defined locally in source files will be included in the documentation. # If set to NO only classes defined in header files are included. -EXTRACT_LOCAL_CLASSES = YES +EXTRACT_LOCAL_CLASSES = NO # This flag is only useful for Objective-C code. When set to YES local # methods, which are defined in the implementation section but not in diff --git a/contrib/ldapc++/src/LDAPUrl.h b/contrib/ldapc++/src/LDAPUrl.h index 55e5abf354..b9b17ad2d3 100644 --- a/contrib/ldapc++/src/LDAPUrl.h +++ b/contrib/ldapc++/src/LDAPUrl.h @@ -178,10 +178,12 @@ class LDAPUrl{ enum mode { base, attrs, scope, filter, extensions }; }; +/// @cond struct code2string_s { int code; const char* string; }; +/// @endcond class LDAPUrlException { public :