diff options
author | Vincent Richard <[email protected]> | 2004-12-23 12:04:54 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2004-12-23 12:04:54 +0000 |
commit | cb600c337364cb139da0c38e0a563b36191b82c2 (patch) | |
tree | 143ab9c4188db489d3264ead80f282f010af3a73 /src/messaging/IMAPStore.cpp | |
parent | Removed unused 'POP3header' class. (diff) | |
download | vmime-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.cpp | 4 |
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 + // |