summaryrefslogtreecommitdiff
path: root/sw/inc/flyenum.hxx
diff options
context:
space:
mode:
authorAbdulmajeed Al-Abaulrazzaq <aalabdulrazzaq@kacst.edu.sa>2012-09-02 09:05:03 +0300
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-09-02 08:01:03 +0000
commitfc971580c76db8b7c9053883fef029fe1a243e21 (patch)
tree5d70945662a1ce814d3961b3d4b30b7e5483de3a /sw/inc/flyenum.hxx
parent90d0127666b4d266a6ba151c0603ffe66f1f3a91 (diff)
Modifying comments to meet doxygen standards
Change-Id: I4c82b7e543ec74cec3d4eb2985a3e4ec68c16b11 Change-Id: Iaf83b7119767cf0b953cab62d5555141e8e154bb Reviewed-on: https://gerrit.libreoffice.org/496 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'sw/inc/flyenum.hxx')
-rw-r--r--sw/inc/flyenum.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sw/inc/flyenum.hxx b/sw/inc/flyenum.hxx
index 286325246062..ec6330524801 100644
--- a/sw/inc/flyenum.hxx
+++ b/sw/inc/flyenum.hxx
@@ -40,13 +40,13 @@ enum FlyCntType
// Return values for chainable and chain.
#define SW_CHAIN_OK 0
-#define SW_CHAIN_NOT_EMPTY 1 // Only empty frames may be connected.
-#define SW_CHAIN_IS_IN_CHAIN 2 // Destination already in chain.
-#define SW_CHAIN_WRONG_AREA 3 // Destination in section where it shouldn't be
- // (header, footer).
-#define SW_CHAIN_NOT_FOUND 4 // Destination and/or source not found.
-#define SW_CHAIN_SOURCE_CHAINED 5 // Source already has a follow.
-#define SW_CHAIN_SELF 6 // Self-chaining is not allowed.
+#define SW_CHAIN_NOT_EMPTY 1 ///< Only empty frames may be connected.
+#define SW_CHAIN_IS_IN_CHAIN 2 ///< Destination already in chain.
+#define SW_CHAIN_WRONG_AREA 3 /**< Destination in section where it shouldn't be
+ (header, footer). */
+#define SW_CHAIN_NOT_FOUND 4 ///< Destination and/or source not found.
+#define SW_CHAIN_SOURCE_CHAINED 5 ///< Source already has a follow.
+#define SW_CHAIN_SELF 6 ///< Self-chaining is not allowed.