Repository: mesos Updated Branches: refs/heads/master 9257e768c -> c41f62d7f
Made doxygen recursive to include nested files. Running doxygen without the 'recursive' flag enable didn't capture any source or include files as we only point to include/ and src/. Review: https://reviews.apache.org/r/24430 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/c41f62d7 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/c41f62d7 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/c41f62d7 Branch: refs/heads/master Commit: c41f62d7fd9a8bfaf9b9b15f9be9b5266a252600 Parents: 9257e76 Author: Niklas Nielsen <[email protected]> Authored: Wed Aug 6 18:27:37 2014 -0700 Committer: Niklas Q. Nielsen <[email protected]> Committed: Wed Aug 6 18:27:37 2014 -0700 ---------------------------------------------------------------------- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/c41f62d7/Doxyfile ---------------------------------------------------------------------- diff --git a/Doxyfile b/Doxyfile index 01d7041..be4a936 100644 --- a/Doxyfile +++ b/Doxyfile @@ -591,7 +591,7 @@ FILE_PATTERNS = # should be searched for input files as well. Possible values are YES and NO. # If left blank NO is used. -RECURSIVE = NO +RECURSIVE = YES # The EXCLUDE tag can be used to specify files and/or directories that should # excluded from the INPUT source files. This way you can easily exclude a
