mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-21 20:45:10 +00:00
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:
commit
e17b2a4e22
@ -4,4 +4,4 @@
|
||||
* CheerpJ</a> API.
|
||||
*
|
||||
*/
|
||||
package cheerpj;
|
||||
package com.plantuml.api.cheerpj;
|
||||
|
12
src/gen/annotation/package-info.java
Normal file
12
src/gen/annotation/package-info.java
Normal 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;
|
@ -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
|
||||
*
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user