diff options
author | Vincent Richard <[email protected]> | 2004-10-25 22:53:08 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2004-10-25 22:53:08 +0000 |
commit | 7e40a14cac6f3c2ef8a25dc6b7da3a9141f81cac (patch) | |
tree | af20dce110b98103a859b27642571e62f1ac16df /src | |
parent | Added appendAttachment(), an alias for attach(). (diff) | |
download | vmime-7e40a14cac6f3c2ef8a25dc6b7da3a9141f81cac.tar.gz vmime-7e40a14cac6f3c2ef8a25dc6b7da3a9141f81cac.zip |
Fixed comment for Doxygen.
Diffstat (limited to 'src')
-rw-r--r-- | src/htmlTextPart.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htmlTextPart.hpp b/src/htmlTextPart.hpp index 777bfcae..cd45562c 100644 --- a/src/htmlTextPart.hpp +++ b/src/htmlTextPart.hpp @@ -54,7 +54,7 @@ public: const contentHandler& getText() const; void setText(const contentHandler& text); - /** Embedded object (eg: image for <IMG> tag). + /** Embedded object (eg: image for <IMG> tag). */ class embeddedObject { |