diff options
author | Abdulmajeed Al-Abaulrazzaq <aalabdulrazzaq@kacst.edu.sa> | 2012-09-02 09:05:03 +0300 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-09-02 08:01:03 +0000 |
commit | fc971580c76db8b7c9053883fef029fe1a243e21 (patch) | |
tree | 5d70945662a1ce814d3961b3d4b30b7e5483de3a /sw/inc/fmtfld.hxx | |
parent | 90d0127666b4d266a6ba151c0603ffe66f1f3a91 (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/fmtfld.hxx')
-rw-r--r-- | sw/inc/fmtfld.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/inc/fmtfld.hxx b/sw/inc/fmtfld.hxx index 3641f3f6f534..5cc7ddb6df7c 100644 --- a/sw/inc/fmtfld.hxx +++ b/sw/inc/fmtfld.hxx @@ -50,10 +50,10 @@ class SW_DLLPUBLIC SwFmtFld : public SfxPoolItem, public SwClient, public SfxBro SwField *pField; SwTxtFld* pTxtAttr; - SwFmtFld(); // Default attibute. + SwFmtFld(); ///< Default attibute. - // Protected CopyCtor. - // @@@ copy construction allowed, but copy assignment is not? @@@ + /* Protected CopyCtor. + @@@ copy construction allowed, but copy assignment is not? @@@ */ SwFmtFld& operator=(const SwFmtFld& rFld); protected: @@ -63,15 +63,15 @@ protected: public: TYPEINFO(); - // Single argument constructors shall be explicit. + /// Single argument constructors shall be explicit. explicit SwFmtFld( const SwField &rFld ); - // @@@ copy construction allowed, but copy assignment is not? @@@ + /// @@@ copy construction allowed, but copy assignment is not? @@@ SwFmtFld( const SwFmtFld& rAttr ); virtual ~SwFmtFld(); - // "Pure virtual methods" of SfxPoolItem. + /// "Pure virtual methods" of SfxPoolItem. virtual int operator==( const SfxPoolItem& ) const; virtual SfxPoolItem* Clone( SfxItemPool* pPool = 0 ) const; |