mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
exclude some internal structs from documentation
This commit is contained in:
parent
26421a5254
commit
67486ca0aa
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 :
|
||||
|
|
|
|||
Loading…
Reference in a new issue