From cb600c337364cb139da0c38e0a563b36191b82c2 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Thu, 23 Dec 2004 12:04:54 +0000 Subject: [PATCH] Hide private class 'IMAPauthenticator' from class documentation. --- src/messaging/IMAPStore.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/messaging/IMAPStore.cpp b/src/messaging/IMAPStore.cpp index 0025e55d..8b8d9457 100644 --- a/src/messaging/IMAPStore.cpp +++ b/src/messaging/IMAPStore.cpp @@ -31,6 +31,8 @@ namespace vmime { namespace messaging { +#ifndef VMIME_BUILDING_DOC + // // IMAPauthenticator: private class used internally // @@ -66,6 +68,8 @@ private: mutable authenticationInfos* m_infos; }; +#endif // VMIME_BUILDING_DOC + //