src/lib/CDRDocument.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit f43988f7becb3e688af0633abb03b0caec73f04e Author: Fridrich Štrba <fridrich.st...@bluewin.ch> AuthorDate: Sat Mar 27 07:34:13 2021 +0100 Commit: Fridrich Štrba <fridrich.st...@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 */ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits