From 12f1fa6ba68d42f182d9fffa163e96180f10a44b Mon Sep 17 00:00:00 2001 From: Roland Winklmeier Date: Tue, 9 Feb 2016 15:51:47 +0100 Subject: [PATCH] Remove the file pattern to use the default list This is an intended behaviour change. With this commit, also source files (*.cpp) are scanned for doxygen documentation. This was necessary to recognize \file tags in samples and tests source files. refs #594 --- docs/Doxyfile.qmake | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/docs/Doxyfile.qmake b/docs/Doxyfile.qmake index 78a12a85e..759c408d6 100644 --- a/docs/Doxyfile.qmake +++ b/docs/Doxyfile.qmake @@ -784,23 +784,7 @@ INPUT_ENCODING = UTF-8 # *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf, # *.qsf, *.as and *.js. -FILE_PATTERNS = *.ii \ - *.ixx \ - *.ipp \ - *.i++ \ - *.inl \ - *.inc \ - *.h \ - *.hh \ - *.hxx \ - *.hpp \ - *.h++ \ - *.idl \ - *.m \ - *.markdown \ - *.md \ - *.mm \ - *.dox +FILE_PATTERNS = # The RECURSIVE tag can be used to specify whether or not subdirectories should # be searched for input files as well.