summaryrefslogtreecommitdiff
path: root/sw/inc/ring.hxx
diff options
context:
space:
mode:
authorAbdulmajeed Al-Abaulrazzaq <aalabdulrazzaq@kacst.edu.sa>2012-09-18 14:22:27 +0300
committerMichael Stahl <mstahl@redhat.com>2012-09-18 16:34:28 +0000
commit96111e25e16aac27e919eedec98f945a6f0f1f61 (patch)
treebaae106acbf15004f3d2f2696f774dd363056dba /sw/inc/ring.hxx
parentfe4c47e41febceb4972d79874ccae4704be9b34b (diff)
Modifying comments to meet doxygen standards
Change-Id: Ibc60c20241b70492aaebcebccb738c7e11fdbb41 Reviewed-on: https://gerrit.libreoffice.org/638 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw/inc/ring.hxx')
-rw-r--r--sw/inc/ring.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ring.hxx b/sw/inc/ring.hxx
index 2eebf2ee57dd..8c7c6b9a0055 100644
--- a/sw/inc/ring.hxx
+++ b/sw/inc/ring.hxx
@@ -34,7 +34,7 @@
class SW_DLLPUBLIC Ring
{
Ring *pNext;
- Ring* pPrev; // In order to speed up inserting and deleting.
+ Ring* pPrev; ///< In order to speed up inserting and deleting.
protected:
Ring() { pNext = this; pPrev = this; }