summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2021-03-27 07:34:13 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2021-03-27 07:34:13 +0100
commitf43988f7becb3e688af0633abb03b0caec73f04e (patch)
treeef888c676d2d5d6700f4b02c6c07ce3902185155
parent55bfa48a55dfa090cb4fa4fdcd9eae309a5a1252 (diff)
Silence doxygen warnings
Change-Id: Ie08458b218ad56d7ee10466b3cf0c418c838c1d8
-rw-r--r--src/lib/CDRDocument.cpp4
1 files changed, 2 insertions, 2 deletions
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
*/