changeset 529:49f9dadad4cd

Doxygen: use .hpp suffix
author David Demelier <markand@malikania.fr>
date Thu, 02 Jun 2016 16:55:57 +0200
parents 65db2dc8a046
children 3e89f5684cef
files cmake/Doxyfile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cmake/Doxyfile.in	Thu Jun 02 16:55:45 2016 +0200
+++ b/cmake/Doxyfile.in	Thu Jun 02 16:55:57 2016 +0200
@@ -774,7 +774,7 @@
 # *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
 # *.qsf, *.as and *.js.
 
-FILE_PATTERNS          = *.h
+FILE_PATTERNS          = *.hpp
 
 # The RECURSIVE tag can be used to specify whether or not subdirectories should
 # be searched for input files as well.