You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@madlib.apache.org by ok...@apache.org on 2017/02/02 01:38:34 UTC

incubator-madlib git commit: Fixes the knn documentation location for doxygen

Repository: incubator-madlib
Updated Branches:
  refs/heads/master 61f3c5f03 -> afb0e2365


Fixes the knn documentation location for doxygen


Project: http://git-wip-us.apache.org/repos/asf/incubator-madlib/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-madlib/commit/afb0e236
Tree: http://git-wip-us.apache.org/repos/asf/incubator-madlib/tree/afb0e236
Diff: http://git-wip-us.apache.org/repos/asf/incubator-madlib/diff/afb0e236

Branch: refs/heads/master
Commit: afb0e2365693d597a4a7527652cd16d71a31d550
Parents: 61f3c5f
Author: Orhan Kislal <ok...@pivotal.io>
Authored: Wed Feb 1 17:38:25 2017 -0800
Committer: Orhan Kislal <ok...@pivotal.io>
Committed: Wed Feb 1 17:38:25 2017 -0800

----------------------------------------------------------------------
 doc/mainpage.dox.in | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/afb0e236/doc/mainpage.dox.in
----------------------------------------------------------------------
diff --git a/doc/mainpage.dox.in b/doc/mainpage.dox.in
index 85a5d8d..3b9c472 100644
--- a/doc/mainpage.dox.in
+++ b/doc/mainpage.dox.in
@@ -255,11 +255,10 @@ Interface and implementation are subject to change.
     @defgroup grp_sample Random Sampling
 
     @defgroup grp_nene Nearest Neighbors
-    @ingroup grp_super
-    @{A collection of methods to create nearest neigbor based models.@}
+    @{A collection of methods to create nearest neigbor based models.
 
         @defgroup grp_knn k-Nearest Neighbors
-        @ingroup grp_nene
+    @}
 @}
 
 @defgroup grp_deprecated Deprecated Modules