Merge pull request #1604 from The-Lum/ImproveDoc

docs: fix package names on `package-info.java` of `cheerpj` and `smetana`
This commit is contained in:
PlantUML 2023-11-15 22:02:15 +01:00 committed by GitHub
commit e17b2a4e22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 28 additions and 2 deletions

View File

@ -4,4 +4,4 @@
* CheerpJ</a> API.
*
*/
package cheerpj;
package com.plantuml.api.cheerpj;

View File

@ -0,0 +1,12 @@
/**
* This package is part of Smetana:
* the internal port (from <code>C</code> to <code>Java</code>)
* of <a href="https://graphviz.org"target="_top">GraphViz/Dot</a>
* in <a href="https://plantuml.com/smetana02" target="_top">plantuml</a>.
*
* @see h
* @see smetana.core
* @see net.sourceforge.plantuml.sdot
*
*/
package gen.annotation;

View File

@ -4,7 +4,18 @@
* of <a href="https://graphviz.org"target="_top">GraphViz/Dot</a>
* in <a href="https://plantuml.com/smetana02" target="_top">plantuml</a>.
*
* <p>
* Port of the <code>C header</code> (<code>.h</code>) of Graphviz on Java:
* <ul>
* <li><code>EN</code> for <code>enumeration</code> or <code>enum</code></li>
* <li><code>ST</code> for <code>structure</code></li>
* </ul>
* </p>
*
* @see gen
* @see gen.annotation
* @see gen.lib
* @see gen.plugin.dot_layout
* @see smetana.core
* @see net.sourceforge.plantuml.sdot
*

View File

@ -6,7 +6,10 @@
*
* @see h
* @see gen
* @see gen.annotation
* @see gen.lib
* @see gen.plugin.dot_layout
* @see net.sourceforge.plantuml.sdot
*
*/
package core;
package smetana.core;