aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2010-05-21 09:32:42 +0000
committerVincent Richard <[email protected]>2010-05-21 09:32:42 +0000
commite9feb33f44e1ce36169eec7181aee842751dbd62 (patch)
treeca86c0389c38c77219f89126804d9041f6d7c1a3
parentAlways encode special charsets. (diff)
downloadvmime-e9feb33f44e1ce36169eec7181aee842751dbd62.tar.gz
vmime-e9feb33f44e1ce36169eec7181aee842751dbd62.zip
Rewritten doc.
-rw-r--r--vmime/component.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/vmime/component.hpp b/vmime/component.hpp
index f30a76c6..b38127fb 100644
--- a/vmime/component.hpp
+++ b/vmime/component.hpp
@@ -32,8 +32,8 @@ namespace vmime
{
-/** This abstract class is the base for all the classes in the library.
- * It defines the methods for parsing and generating all the components.
+/** This abstract class is the base class for all the components of a message.
+ * It defines methods for parsing and generating a component.
*/
class component : public object