]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
Correct comment 105/head
authoralbert-github <albert.tests@gmail.com>
Sun, 7 Apr 2019 11:19:59 +0000 (13:19 +0200)
committeralbert-github <albert.tests@gmail.com>
Sun, 7 Apr 2019 11:19:59 +0000 (13:19 +0200)
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

index ec3f8dce377d0d640af6e2c93a0157122c5e816b..4e7f6535a3c2bda9c1da6da723557cc12cd7605e 100644 (file)
@@ -12,8 +12,8 @@
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- * @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 <superna9999@gmail.com> (C) 2010
  * @author Tobias Hoffmann <smilingthax@gmail.com> (c) 2012
  */