summaryrefslogtreecommitdiff
path: root/sw/inc/node.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-02-17 10:47:49 +0100
committerMiklos Vajna <vmiklos@suse.cz>2012-02-17 10:49:01 +0100
commit06fa03d6ca0e27468129bfffaacecfd491738309 (patch)
tree527580490e00f1c073abd1e83b542f78d29cf022 /sw/inc/node.hxx
parent243fbda523cb71d0919539081d286eec4717ce15 (diff)
sw: second round of doxygen comments
Diffstat (limited to 'sw/inc/node.hxx')
-rw-r--r--sw/inc/node.hxx12
1 files changed, 3 insertions, 9 deletions
diff --git a/sw/inc/node.hxx b/sw/inc/node.hxx
index f75091ab0684..fa2736cdcc19 100644
--- a/sw/inc/node.hxx
+++ b/sw/inc/node.hxx
@@ -85,9 +85,7 @@ class IDocumentContentOperations;
class IDocumentListItems;
class SwOLENodes;
-// --------------------
-// class SwNode
-// --------------------
+/// Base class of the Writer document model elements.
class SW_DLLPUBLIC SwNode
: private BigPtrEntry
{
@@ -304,9 +302,7 @@ private:
SwNode & operator= ( const SwNode & rNodes );
};
-// --------------------
-// class SwStartNode
-// --------------------
+/// Starts a section of nodes in the document model.
class SwStartNode: public SwNode
{
friend class SwNode;
@@ -340,9 +336,7 @@ private:
};
-// --------------------
-// class SwEndNode
-// --------------------
+/// Ends a section of nodes in the document model.
class SwEndNode : public SwNode
{
friend class SwNodes;