summaryrefslogtreecommitdiffstats
path: root/sw/inc/chpfld.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/chpfld.hxx
parentfdo#50633 IDE: select current module in Object Catalog on open (diff)
downloadcore-ad760dad210204b89be5735a0773dba8df32f44c.tar.gz
core-ad760dad210204b89be5735a0773dba8df32f44c.zip
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/chpfld.hxx')
-rw-r--r--sw/inc/chpfld.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/inc/chpfld.hxx b/sw/inc/chpfld.hxx
index cf45a3412569..97effe55f9bb 100644
--- a/sw/inc/chpfld.hxx
+++ b/sw/inc/chpfld.hxx
@@ -39,11 +39,11 @@ class SwTxtNode;
enum SwChapterFormat
{
CF_BEGIN,
- CF_NUMBER = CF_BEGIN, // only the chapter number
- CF_TITLE, // only the title
- CF_NUM_TITLE, // number and title
- CF_NUMBER_NOPREPST, // only chapter number without post-/prefix
- CF_NUM_NOPREPST_TITLE, // chapter number without post-/prefix and title
+ CF_NUMBER = CF_BEGIN, ///< only the chapter number
+ CF_TITLE, ///< only the title
+ CF_NUM_TITLE, ///< number and title
+ CF_NUMBER_NOPREPST, ///< only chapter number without post-/prefix
+ CF_NUM_NOPREPST_TITLE, ///< chapter number without post-/prefix and title
CF_END
};