[mlpack-git] master: Instead, avoid building documentation for the backported boost code. (1797a49)

gitdub at mlpack.org gitdub at mlpack.org
Mon Aug 29 11:38:35 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/0059b4520dd079d487f02c24186b768603f95f37...1797a49c8f76d65814fec4a122d0d2fea01fc2d9

>---------------------------------------------------------------

commit 1797a49c8f76d65814fec4a122d0d2fea01fc2d9
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Aug 29 11:38:35 2016 -0400

    Instead, avoid building documentation for the backported boost code.
    
    That is what was causing long lines to begin with.


>---------------------------------------------------------------

1797a49c8f76d65814fec4a122d0d2fea01fc2d9
 Doxyfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Doxyfile b/Doxyfile
index 5686b12..231773d 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -27,7 +27,7 @@ INLINE_INHERITED_MEMB  = NO
 FULL_PATH_NAMES        = YES
 STRIP_FROM_PATH        = ./
 STRIP_FROM_INC_PATH    =
-SHORT_NAMES            = YES
+SHORT_NAMES            = NO
 JAVADOC_AUTOBRIEF      = YES
 MULTILINE_CPP_IS_BRIEF = NO
 DETAILS_AT_TOP         = YES
@@ -96,6 +96,7 @@ EXCLUDE_SYMLINKS       = YES
 EXCLUDE_PATTERNS       = */build/* \
                          */test/* \
                          */arma_extend/* \
+                         */boost_backport/* \
                          */.svn/* \
                          *_impl.cc \
                          *_impl.h \




More information about the mlpack-git mailing list