update overview

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903505 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-08-17 19:30:20 +00:00
parent c4dd68a4e6
commit 1e580fe52b
1 changed files with 16 additions and 2 deletions

View File

@ -2120,6 +2120,11 @@ under the License.
<title>DDF - Dreadful Drawing Format</title>
<package name="org.apache.poi.ddf*"/>
</group>
<group>
<title>XDDF - Open Office XML Dreadful Drawing Format</title>
<package name="org.apache.poi.xddf*"/>
</group>
<group>
<title>HPSF - Horrible Property Set Format</title>
<package name="org.apache.poi.hpsf*"/>
@ -2176,11 +2181,20 @@ under the License.
<group>
<title>Utilities</title>
<package name="org.apache.poi.util*"/>
<package name="org.apache.poi.ooxml.util*"/>
</group>
<group>
<title>Common</title>
<package name="org.apache.poi.common*"/>
</group>
<group>
<title>Extractor</title>
<package name="org.apache.poi.extractor*"/>
<package name="org.apache.poi.ooxml.extractor*"/>
</group>
<group>
<title>Examples</title>
<package name="org.apache.poi.hpsf.examples*"/>
<package name="org.apache.poi.hssf.usermodel.examples*"/>
<package name="org.apache.poi.examples*"/>
</group>
</javadoc>
</target>