From bb50b00654a37887c25d1abc703a6bec81dc2f00 Mon Sep 17 00:00:00 2001 From: albert-github Date: Sun, 7 Apr 2019 13:19:59 +0200 Subject: [PATCH] Correct comment Doxygen throws a warning: warning: the name `urf_decode.cpp' supplied as the second argument in the \file statement is not an input file this is corrected. The information should be correct regardless whether or not it is used. --- filter/urftopdf.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filter/urftopdf.cpp b/filter/urftopdf.cpp index ec3f8dce3..4e7f6535a 100644 --- a/filter/urftopdf.cpp +++ b/filter/urftopdf.cpp @@ -12,8 +12,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @brief Decode URF to a PDF file - * @file urf_decode.cpp + * @brief Decode URF to a PDF file + * @file urftopdf.cpp * @author Neil 'Superna' Armstrong (C) 2010 * @author Tobias Hoffmann (c) 2012 */ -- 2.47.2