]> git.sur5r.net Git - openldap/commitdiff
exclude some internal structs from documentation
authorRalf Haferkamp <ralf@openldap.org>
Thu, 18 Feb 2010 16:24:41 +0000 (16:24 +0000)
committerRalf Haferkamp <ralf@openldap.org>
Thu, 18 Feb 2010 16:24:41 +0000 (16:24 +0000)
contrib/ldapc++/doxygen.rc
contrib/ldapc++/src/LDAPUrl.h

index e9133a04a6c9e7ee27256a02c4d26a2106899396..cd78a9cd9e41e55ab430b7cd06b6486cf4221d81 100644 (file)
@@ -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 
index 55e5abf35430a60aaf794399b9fb320b224d6c54..b9b17ad2d324df4acf34f3b11b7e081c7f4a2ae6 100644 (file)
@@ -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 :