[mlpack-git] master: Use short names to avoid path issues for ridiculous C++ class names. (0059b45)

gitdub at mlpack.org gitdub at mlpack.org
Mon Aug 29 10:41:26 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/5617fbc885c25b4f7157268cf9fb7be060dab463...0059b4520dd079d487f02c24186b768603f95f37

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

commit 0059b4520dd079d487f02c24186b768603f95f37
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Aug 29 10:41:26 2016 -0400

    Use short names to avoid path issues for ridiculous C++ class names.


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

0059b4520dd079d487f02c24186b768603f95f37
 Doxyfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Doxyfile b/Doxyfile
index 01c26ac..5686b12 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            = NO
+SHORT_NAMES            = YES
 JAVADOC_AUTOBRIEF      = YES
 MULTILINE_CPP_IS_BRIEF = NO
 DETAILS_AT_TOP         = YES




More information about the mlpack-git mailing list