aboutsummaryrefslogtreecommitdiffstats
path: root/src/object.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-11-05 09:47:08 +0000
committerVincent Richard <[email protected]>2005-11-05 09:47:08 +0000
commitcffdc6caf55ec944144cc87f669e04d80e5045a2 (patch)
treeadf24f880555d353752c0620517b67006201b233 /src/object.cpp
parentRefactored header field values and parameters. (diff)
downloadvmime-cffdc6caf55ec944144cc87f669e04d80e5045a2.tar.gz
vmime-cffdc6caf55ec944144cc87f669e04d80e5045a2.zip
Fixed typos in documentation.
Diffstat (limited to 'src/object.cpp')
-rw-r--r--src/object.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/object.cpp b/src/object.cpp
index 72f631e9..3b29b755 100644
--- a/src/object.cpp
+++ b/src/object.cpp
@@ -29,6 +29,9 @@
#include <stdexcept> // std::runtime_error
+#ifndef VMIME_BUILDING_DOC
+
+
namespace vmime
{
@@ -188,3 +191,6 @@ const int object::getWeakRefCount() const
} // vmime
+
+#endif // VMIME_BUILDING_DOC
+