summaryrefslogtreecommitdiff
path: root/sw/inc/pam.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-02-15 11:36:56 +0100
committerMiklos Vajna <vmiklos@suse.cz>2012-02-15 14:30:42 +0100
commit335b38d831558ce786f726b4b6a014d2a312cf29 (patch)
treecc0ee8ae0d2091e3bc5a01691b763cb6ccbaee47 /sw/inc/pam.hxx
parent3626c2cef7c39bda96e2d3bc0d5a53ba1044aadc (diff)
sw: add doxygen comments for some document model / layout classes
Diffstat (limited to 'sw/inc/pam.hxx')
-rw-r--r--sw/inc/pam.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/pam.hxx b/sw/inc/pam.hxx
index 53d1486632ac..1ca3905bfd64 100644
--- a/sw/inc/pam.hxx
+++ b/sw/inc/pam.hxx
@@ -53,6 +53,7 @@ namespace utl {
class TextSearch;
}
+/// Marks a position in the document model.
struct SW_DLLPUBLIC SwPosition
{
SwNodeIndex nNode;
@@ -157,6 +158,7 @@ extern SwGoInDoc fnGoCntntCellsSkipHidden;
void _InitPam();
+/// PaM is Point and Mark: a selection of the document model.
class SW_DLLPUBLIC SwPaM : public Ring
{
SwPosition m_Bound1;