[Libreoffice-commits] libcdr.git: src/lib
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Mar 27 06:34:42 UTC 2021
src/lib/CDRDocument.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit f43988f7becb3e688af0633abb03b0caec73f04e
Author: Fridrich Štrba <fridrich.strba at bluewin.ch>
AuthorDate: Sat Mar 27 07:34:13 2021 +0100
Commit: Fridrich Štrba <fridrich.strba at bluewin.ch>
CommitDate: Sat Mar 27 07:34:13 2021 +0100
Silence doxygen warnings
Change-Id: Ie08458b218ad56d7ee10466b3cf0c418c838c1d8
diff --git a/src/lib/CDRDocument.cpp b/src/lib/CDRDocument.cpp
index a271090..57f6f82 100644
--- a/src/lib/CDRDocument.cpp
+++ b/src/lib/CDRDocument.cpp
@@ -55,7 +55,7 @@ static unsigned getCDRVersion(librevenge::RVNGInputStream *input)
/**
Analyzes the content of an input stream to see if it can be parsed
-\param input The input stream
+\param input_ The input stream
\return A value that indicates whether the content from the input
stream is a Corel Draw Document that libcdr is able to parse
*/
@@ -95,7 +95,7 @@ catch (...)
Parses the input stream content. It will make callbacks to the functions provided by a
CDRPaintInterface class implementation when needed. This is often commonly called the
'main parsing routine'.
-\param input The input stream
+\param input_ The input stream
\param painter A CDRPainterInterface implementation
\return A value that indicates whether the parsing was successful
*/
More information about the Libreoffice-commits
mailing list