1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-11-22 13:05:09 +00:00

Merge pull request #818 from albert-github/feature/bug_docu_2

Documentation corrections
This commit is contained in:
PlantUML 2021-12-02 14:28:26 +01:00 committed by GitHub
commit 27907d073e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"> * <map id="foo_map" name="foo_map">
* <area shape="rect" id="..." href="..." title="..." alt="" coords="64,68,93,148"/> * <area shape="rect" id="..." href="..." title="..." alt="" coords="64,68,93,148"/>
* </map> * </map>
* </code> * </pre>
* *
* @param nameId the id to be used in the cmap data string. * @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 * Check if a source diagram description is empty. Does not take comment line
* into account. * 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() { public boolean isEmpty() {
for (StringLocated s : source) { 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 * Supports three parameters for datasource, default JSON value and charset. The
* datasource will be checked against the security rules. * datasource will be checked against the security rules.
* <p> * <p>
* Examples:</br> * Examples:<br/>
* *
* <pre> * <pre>
* &#64; startuml * &#64; startuml