You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by no...@apache.org on 2014/09/01 00:35:44 UTC

[1/2] git commit: docs: Include apidefs.h.in in the files parsed by Doxygen

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 <ja...@nottheoilrig.com>
Authored: Sun Aug 31 15:16:03 2014 -0700
Committer: Jack Bates <ja...@nottheoilrig.com>
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.


[2/2] git commit: docs: The highlighted source files are *huge*, disable SOURCE_TOOLTIPS

Posted by no...@apache.org.
docs: The highlighted source files are *huge*, disable SOURCE_TOOLTIPS


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

Branch: refs/heads/master
Commit: 43b5979cf86081e266cd16d269385b1bace207ba
Parents: 15a0b08
Author: Jack Bates <ja...@nottheoilrig.com>
Authored: Sun Aug 31 15:33:03 2014 -0700
Committer: Jack Bates <ja...@nottheoilrig.com>
Committed: Sun Aug 31 15:33:03 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/43b5979c/doc/Doxyfile
----------------------------------------------------------------------
diff --git a/doc/Doxyfile b/doc/Doxyfile
index ab1087e..e1d87d0 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -949,7 +949,7 @@ REFERENCES_LINK_SOURCE = YES
 # The default value is: YES.
 # This tag requires that the tag SOURCE_BROWSER is set to YES.
 
-SOURCE_TOOLTIPS        = YES
+SOURCE_TOOLTIPS        = NO
 
 # If the USE_HTAGS tag is set to YES then the references to source code will
 # point to the HTML generated by the htags(1) tool instead of doxygen built-in