Repository: mesos
Updated Branches:
  refs/heads/master bf8eb0f82 -> 039f84b5d


Added libprocess and stout to doxyfile.

Previously, we only scanned src/ and include/. This patch adds
3rdparty/libprocess/src, 3rdparty/libprocess/include and
3rdparty/libprocess/3rdparty/stout.

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


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

Branch: refs/heads/master
Commit: 039f84b5d555357179c808377e2bb3f0824ec00a
Parents: bf8eb0f
Author: Niklas Nielsen <[email protected]>
Authored: Thu Aug 7 16:31:55 2014 -0700
Committer: Niklas Q. Nielsen <[email protected]>
Committed: Thu Aug 7 16:31:55 2014 -0700

----------------------------------------------------------------------
 Doxyfile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/039f84b5/Doxyfile
----------------------------------------------------------------------
diff --git a/Doxyfile b/Doxyfile
index be4a936..8bba461 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -568,7 +568,10 @@ WARN_LOGFILE           =
 # directories like "/usr/src/myproject". Separate the files or directories
 # with spaces.
 
-INPUT                  = include/ src/
+INPUT                  = include/ src/ \
+                         3rdparty/libprocess/src \
+                         3rdparty/libprocess/include \
+                         3rdparty/libprocess/3rdparty/stout
 
 # 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

Reply via email to