You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/12/21 23:42:18 UTC

[commons-math] branch master updated: Copy javadoc groups from report section

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git


The following commit(s) were added to refs/heads/master by this push:
     new f985ccc4a Copy javadoc groups from report section
f985ccc4a is described below

commit f985ccc4a31466df960d756def7ae41b11f2541b
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Wed Dec 21 23:41:26 2022 +0000

    Copy javadoc groups from report section
---
 commons-math-docs/pom.xml | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/commons-math-docs/pom.xml b/commons-math-docs/pom.xml
index 4d83de835..1dfddf40d 100644
--- a/commons-math-docs/pom.xml
+++ b/commons-math-docs/pom.xml
@@ -131,7 +131,24 @@
           <windowtitle>Apache Commons Math ${project.version}</windowtitle>
           <use>true</use>
           <version>false</version>
-          <!-- Do not configure groups as modules do not have sub-packages -->
+          <groups>
+            <group>
+              <title>Core Package</title>
+              <packages>org.apache.commons.math4.core*</packages>
+            </group>
+            <group>
+              <title>Neural Network Package</title>
+              <packages>org.apache.commons.math4.neuralnet*</packages>
+            </group>
+            <group>
+              <title>Transform Package</title>
+              <packages>org.apache.commons.math4.transform*</packages>
+            </group>
+            <group>
+              <title>Legacy Package</title>
+              <packages>org.apache.commons.math4.legacy*</packages>
+            </group>
+          </groups>
         </configuration>
       </plugin>