You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2015/06/03 11:33:43 UTC

[2/4] mesos git commit: Updated Doxygen configuration.

Updated Doxygen configuration.

Review: https://reviews.apache.org/r/34938


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/9af28e07
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/9af28e07
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/9af28e07

Branch: refs/heads/master
Commit: 9af28e0798b3de6c262b2a8f1d0fc434655c8ee3
Parents: aa642f7
Author: Joerg Schad <jo...@mesosphere.io>
Authored: Wed Jun 3 02:25:32 2015 -0700
Committer: Benjamin Hindman <be...@gmail.com>
Committed: Wed Jun 3 02:25:32 2015 -0700

----------------------------------------------------------------------
 Doxyfile | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/9af28e07/Doxyfile
----------------------------------------------------------------------
diff --git a/Doxyfile b/Doxyfile
index 249f9e0..cdc4c12 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NUMBER         =
 # If a relative path is entered, it will be relative to the location
 # where doxygen was started. If left blank the current directory will be used.
 
-OUTPUT_DIRECTORY       = docs
+OUTPUT_DIRECTORY       = ./doxygen
 
 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
 # 4096 sub-directories (in 2 levels) under the output directory of each output
@@ -297,7 +297,7 @@ SYMBOL_CACHE_SIZE      = 0
 # Private class members and static file members will be hidden unless
 # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
 
-EXTRACT_ALL            = NO
+EXTRACT_ALL            = YES
 
 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class
 # will be included in the documentation.
@@ -568,10 +568,9 @@ WARN_LOGFILE           =
 # directories like "/usr/src/myproject". Separate the files or directories
 # with spaces.
 
-INPUT                  = include/ src/ \
-                         3rdparty/libprocess/src \
-                         3rdparty/libprocess/include \
-                         3rdparty/libprocess/3rdparty/stout
+INPUT                  = ../include/ ../src/ \
+                         ../3rdparty \
+                         ../docs
 
 # This tag can be used to specify the character encoding of the source files
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
@@ -588,7 +587,7 @@ INPUT_ENCODING         = UTF-8
 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx
 # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
 
-FILE_PATTERNS          =
+FILE_PATTERNS          = *.h *.hpp *.md
 
 # The RECURSIVE tag can be used to turn specify whether or not subdirectories
 # should be searched for input files as well. Possible values are YES and NO.