summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentRedlineAccess.hxx
diff options
context:
space:
mode:
authorAbdulmajeed Al-Abaulrazzaq <aalabdulrazzaq@kacst.edu.sa>2012-07-22 11:29:48 +0300
committerJan Holesovsky <kendy@suse.cz>2012-07-25 11:21:51 +0200
commitad760dad210204b89be5735a0773dba8df32f44c (patch)
tree054ba0f197584e053131edd63c86494feaeb154b /sw/inc/IDocumentRedlineAccess.hxx
parent44e8b1c8ad917d3c4ed7efe9169e5197801198f2 (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/IDocumentRedlineAccess.hxx')
-rw-r--r--sw/inc/IDocumentRedlineAccess.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/inc/IDocumentRedlineAccess.hxx b/sw/inc/IDocumentRedlineAccess.hxx
index df2f4ca868d5..9c251b07a065 100644
--- a/sw/inc/IDocumentRedlineAccess.hxx
+++ b/sw/inc/IDocumentRedlineAccess.hxx
@@ -53,11 +53,11 @@
typedef sal_uInt16 RedlineMode_t;
namespace nsRedlineMode_t
{
- const RedlineMode_t REDLINE_NONE = 0; // no RedlineMode
- const RedlineMode_t REDLINE_ON = 0x01;// RedlineMode on
- const RedlineMode_t REDLINE_IGNORE = 0x02;// ignore Redlines
- const RedlineMode_t REDLINE_SHOW_INSERT = 0x10;// show all inserts
- const RedlineMode_t REDLINE_SHOW_DELETE = 0x20;// show all deletes
+ const RedlineMode_t REDLINE_NONE = 0; ///< no RedlineMode
+ const RedlineMode_t REDLINE_ON = 0x01;///< RedlineMode on
+ const RedlineMode_t REDLINE_IGNORE = 0x02;///< ignore Redlines
+ const RedlineMode_t REDLINE_SHOW_INSERT = 0x10;///< show all inserts
+ const RedlineMode_t REDLINE_SHOW_DELETE = 0x20;///< show all deletes
const RedlineMode_t REDLINE_SHOW_MASK = REDLINE_SHOW_INSERT | REDLINE_SHOW_DELETE;
// For internal management: