diff options
| author | Vincent Richard <[email protected]> | 2010-05-21 11:32:42 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2010-05-21 11:32:42 +0200 |
| commit | e9feb33f44e1ce36169eec7181aee842751dbd62 (patch) | |
| tree | ca86c0389c38c77219f89126804d9041f6d7c1a3 | |
| parent | Always encode special charsets. (diff) | |
| download | vmime-e9feb33f44e1ce36169eec7181aee842751dbd62.tar.gz vmime-e9feb33f44e1ce36169eec7181aee842751dbd62.zip | |
Rewritten doc.
| -rw-r--r-- | vmime/component.hpp | 4 |
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 |
