Add C++ files to Doxygen 20/9220/2
authorChris Luke <chrisy@flirble.org>
Fri, 3 Nov 2017 14:53:20 +0000 (10:53 -0400)
committerNeale Ranns <nranns@cisco.com>
Fri, 3 Nov 2017 16:03:34 +0000 (16:03 +0000)
Change-Id: Iab943988d1c714fe315e1dd13bd5d21f6bebdca1
Signed-off-by: Chris Luke <chrisy@flirble.org>
doxygen/doxygen.cfg

index f2d3911..39a918f 100644 (file)
@@ -814,7 +814,7 @@ INPUT_ENCODING         = UTF-8
 # *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f, *.for, *.tcl,
 # *.vhd, *.vhdl, *.ucf, *.qsf, *.as and *.js.
 
-FILE_PATTERNS          = *.md *.c *.h *.def *.inc *.S *.dox *.api
+FILE_PATTERNS          = *.md *.c *.h *.cpp *.hpp *.def *.inc *.S *.dox *.api
 
 # The RECURSIVE tag can be used to specify whether or not subdirectories should
 # be searched for input files as well.