Index: Doxyfile ================================================================== --- Doxyfile +++ Doxyfile @@ -2,8 +2,8 @@ OUTPUT_DIRECTORY = docs/ 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 Index: src/XMPPExceptions.h ================================================================== --- src/XMPPExceptions.h +++ src/XMPPExceptions.h @@ -30,11 +30,11 @@ */ @interface XMPPException: OFException { /// \cond internal XMPPConnection *connection; -/// \end +/// \endcond } #ifdef OF_HAVE_PROPERTIES /// \brief The connection the exception relates to @property (readonly, assign) XMPPConnection *connection;