aboutsummaryrefslogtreecommitdiffstats
path: root/src/messaging/IMAPStore.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2004-12-23 12:04:54 +0000
committerVincent Richard <[email protected]>2004-12-23 12:04:54 +0000
commitcb600c337364cb139da0c38e0a563b36191b82c2 (patch)
tree143ab9c4188db489d3264ead80f282f010af3a73 /src/messaging/IMAPStore.cpp
parentRemoved unused 'POP3header' class. (diff)
downloadvmime-cb600c337364cb139da0c38e0a563b36191b82c2.tar.gz
vmime-cb600c337364cb139da0c38e0a563b36191b82c2.zip
Hide private class 'IMAPauthenticator' from class documentation.
Diffstat (limited to 'src/messaging/IMAPStore.cpp')
-rw-r--r--src/messaging/IMAPStore.cpp4
1 files changed, 4 insertions, 0 deletions
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
+
//