Documentation corrections

Some, obvious, documentation corrections.
This commit is contained in:
albert-github 2021-12-02 14:11:33 +01:00
parent b2af1e3016
commit 9d7557d0c4
3 changed files with 3 additions and 3 deletions

2
src/net/sourceforge/plantuml/core/ImageData.java Normal file → Executable file
View File

@ -74,7 +74,7 @@ public interface ImageData {
* <map id="foo_map" name="foo_map">
* <area shape="rect" id="..." href="..." title="..." alt="" coords="64,68,93,148"/>
* </map>
* </code>
* </pre>
*
* @param nameId the id to be used in the cmap data string.
*/

2
src/net/sourceforge/plantuml/core/UmlSource.java Normal file → Executable file
View File

@ -204,7 +204,7 @@ final public class UmlSource {
* Check if a source diagram description is empty. Does not take comment line
* into account.
*
* @return <code>true<code> if the diagram does not contain information.
* @return <code>true</code> if the diagram does not contain information.
*/
public boolean isEmpty() {
for (StringLocated s : source) {

2
src/net/sourceforge/plantuml/tim/stdlib/LoadJson.java Normal file → Executable file
View File

@ -62,7 +62,7 @@ import net.sourceforge.plantuml.tim.expression.TValue;
* Supports three parameters for datasource, default JSON value and charset. The
* datasource will be checked against the security rules.
* <p>
* Examples:</br>
* Examples:<br/>
*
* <pre>
* &#64; startuml