diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-02-15 11:36:56 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-02-15 14:30:42 +0100 |
commit | 335b38d831558ce786f726b4b6a014d2a312cf29 (patch) | |
tree | cc0ee8ae0d2091e3bc5a01691b763cb6ccbaee47 /sw/inc/index.hxx | |
parent | 3626c2cef7c39bda96e2d3bc0d5a53ba1044aadc (diff) |
sw: add doxygen comments for some document model / layout classes
Diffstat (limited to 'sw/inc/index.hxx')
-rw-r--r-- | sw/inc/index.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/index.hxx b/sw/inc/index.hxx index 329fcb4e4adf..8d183db8f243 100644 --- a/sw/inc/index.hxx +++ b/sw/inc/index.hxx @@ -48,6 +48,7 @@ struct SwPosition; #define INLINE inline #endif +/// Marks a character position inside a document model node. class SW_DLLPUBLIC SwIndex { private: |