diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-04 16:13:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-04 16:14:08 +0000 |
commit | 2b76184892ddaeebaf8603f62c54dee17922f274 (patch) | |
tree | 7ead69b8f130309eccf65e623d0e64a2d8ab658c /include/vcl/controllayout.hxx | |
parent | 79ab9d7b6ede19bc494770bba6cc59bd4618d5ae (diff) |
Revert "Doxygen warnings corrected"
This reverts commit ff8036df5c5575503dc30d255dfbe99cc637c510.
multiple build failures with namespace collisions etc
Change-Id: Ie8ac08feff518af3584a26957f07a60d95932c76
Reviewed-on: https://gerrit.libreoffice.org/7855
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/controllayout.hxx')
-rw-r--r-- | include/vcl/controllayout.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/vcl/controllayout.hxx b/include/vcl/controllayout.hxx index 0856a69946b5..42ef76969b14 100644 --- a/include/vcl/controllayout.hxx +++ b/include/vcl/controllayout.hxx @@ -58,8 +58,9 @@ struct VCL_DLLPUBLIC ControlLayoutData ::Pair GetLineStartEnd( long nLine ) const; /** ToRelativeLineIndex changes a layout data index to a count relative to its line. - This is equivalent to getting the line start/end pairs with - GetLineStartEnd until the index lies within [start,end] of a line + <p>This is equivalent to getting the line start/end pairs with + <member>GetLineStartEnd</member> until the index lies within [start,end] of a line + </p> @param nIndex the absolute index inside the display text to be changed to a relative index |