summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-02-26 18:08:48 +0100
committerStephan Bergmann <sbergman@redhat.com>2020-02-26 22:24:59 +0100
commit464031e0b3633432218c2f44fe56de5fe16168f9 (patch)
treec931670555a007966e75e0c386ead14e67037182
parentebb66ee09b6041cbf755f24e54f2d1a510bbc3d3 (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>
-rw-r--r--offapi/com/sun/star/style/NumberingType.idl2
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:
- *, &#2020;, &#2021;, &#00a7;, **, &#2020;&#2020; etc.
+ \*, &#2020;, &#2021;, &#00a7;, **, &#2020;&#2020; etc.
@since LibreOffice 6.4
*/