diff options
author | Abdulmajeed Al-Abaulrazzaq <aalabdulrazzaq@kacst.edu.sa> | 2012-07-22 11:29:48 +0300 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2012-07-25 11:21:51 +0200 |
commit | ad760dad210204b89be5735a0773dba8df32f44c (patch) | |
tree | 054ba0f197584e053131edd63c86494feaeb154b /sw/inc/IDocumentMarkAccess.hxx | |
parent | 44e8b1c8ad917d3c4ed7efe9169e5197801198f2 (diff) |
This is modifying comments to meet doxygen standards
Change-Id: I73cd4c901aa003abec43f55948c184672d2e14ff
Reviewed-on: https://gerrit.libreoffice.org/338
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jan Holesovsky <kendy@suse.cz>
Reviewed-by: Jan Holesovsky <kendy@suse.cz>
Diffstat (limited to 'sw/inc/IDocumentMarkAccess.hxx')
-rw-r--r-- | sw/inc/IDocumentMarkAccess.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/IDocumentMarkAccess.hxx b/sw/inc/IDocumentMarkAccess.hxx index acf83b486066..9b4bbb1d351b 100644 --- a/sw/inc/IDocumentMarkAccess.hxx +++ b/sw/inc/IDocumentMarkAccess.hxx @@ -234,7 +234,8 @@ class IDocumentMarkAccess virtual ::sw::mark::IFieldmark* getFieldmarkBefore(const SwPosition& pos) const =0; virtual ::sw::mark::IFieldmark* getFieldmarkAfter(const SwPosition& pos) const =0; - // Returns the MarkType used to create the mark + /** Returns the MarkType used to create the mark + */ static MarkType SAL_DLLPUBLIC_EXPORT GetType(const ::sw::mark::IMark& rMark); protected: virtual ~IDocumentMarkAccess() {}; |