Repository: trafficserver
Updated Branches:
  refs/heads/master 2c980007b -> 43b5979cf


docs: Include apidefs.h.in in the files parsed by Doxygen


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/15a0b083
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/15a0b083
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/15a0b083

Branch: refs/heads/master
Commit: 15a0b083b20c02823e32c01a9d30f7020d17b361
Parents: 2c98000
Author: Jack Bates <[email protected]>
Authored: Sun Aug 31 15:16:03 2014 -0700
Committer: Jack Bates <[email protected]>
Committed: Sun Aug 31 15:16:03 2014 -0700

----------------------------------------------------------------------
 doc/Doxyfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/15a0b083/doc/Doxyfile
----------------------------------------------------------------------
diff --git a/doc/Doxyfile b/doc/Doxyfile
index 2d8da2c..ab1087e 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -777,7 +777,7 @@ INPUT_ENCODING         = UTF-8
 # *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
 # *.qsf, *.as and *.js.
 
-FILE_PATTERNS          = *.c *.cc *.h *.i
+FILE_PATTERNS          = *.c *.cc *.h *.h.in *.i
 
 # The RECURSIVE tag can be used to specify whether or not subdirectories should
 # be searched for input files as well.

Reply via email to