diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-02-26 18:08:48 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-02-26 22:24:59 +0100 |
commit | 464031e0b3633432218c2f44fe56de5fe16168f9 (patch) | |
tree | c931670555a007966e75e0c386ead14e67037182 /offapi/com/sun | |
parent | ebb66ee09b6041cbf755f24e54f2d1a510bbc3d3 (diff) |
Quote * at start of continuation line in Doxygen /** .. */ comment
Change-Id: Ibc86d1e380b91c4fe063f0b033e36bf6957aaa4d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89588
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'offapi/com/sun')
-rw-r--r-- | offapi/com/sun/star/style/NumberingType.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/style/NumberingType.idl b/offapi/com/sun/star/style/NumberingType.idl index 183d719c89a2..0cc07b3eebc6 100644 --- a/offapi/com/sun/star/style/NumberingType.idl +++ b/offapi/com/sun/star/style/NumberingType.idl @@ -483,7 +483,7 @@ published constants NumberingType const short TEXT_ORDINAL = 62; /** Footnoting symbols according the University of Chicago style: - *, ߤ, ߥ, �a7;, **, ߤߤ etc. + \*, ߤ, ߥ, �a7;, **, ߤߤ etc. @since LibreOffice 6.4 */ |