Fix typo \end -> \endcond
This commit is contained in:
parent
6d572f17be
commit
91ac419c48
2 changed files with 2 additions and 2 deletions
2
Doxyfile
2
Doxyfile
|
@ -4,6 +4,6 @@ INPUT = src
|
|||
FILE_PATTERNS = *.h *.m
|
||||
HTML_OUTPUT = .
|
||||
GENERATE_LATEX = NO
|
||||
HIDE_UNDOC_CLASSES = YES
|
||||
HIDE_UNDOC_CLASSES = NO
|
||||
PREDEFINED = OF_HAVE_PROPERTIES
|
||||
IGNORE_PREFIX = XMPP
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
{
|
||||
/// \cond internal
|
||||
XMPPConnection *connection;
|
||||
/// \end
|
||||
/// \endcond
|
||||
}
|
||||
|
||||
#ifdef OF_HAVE_PROPERTIES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue