Hide instance variables from the documentation.
This commit is contained in:
parent
2efeee1a0d
commit
643552d5d9
10 changed files with 30 additions and 0 deletions
|
@ -135,6 +135,7 @@
|
|||
<OFXMLParserDelegate, OFXMLElementBuilderDelegate>
|
||||
#endif
|
||||
{
|
||||
/// \cond internal
|
||||
id sock;
|
||||
OFXMLParser *parser, *oldParser;
|
||||
OFXMLElementBuilder *elementBuilder, *oldElementBuilder;
|
||||
|
@ -150,6 +151,7 @@
|
|||
BOOL needsSession;
|
||||
BOOL encryptionRequired, encrypted;
|
||||
unsigned int lastID;
|
||||
/// \endcond
|
||||
}
|
||||
|
||||
#ifdef OF_HAVE_PROPERTIES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue