mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-22 02:49:06 +00:00
doc: fix some missing full stop
This commit is contained in:
parent
5fd1fb06de
commit
649bbb17b2
@ -1,12 +1,12 @@
|
||||
/**
|
||||
* Provides classes used to manage
|
||||
* <a href="https://plantuml.com/activity-diagram-legacy" target="_top">
|
||||
* Activity Diagram (legacy)</a>
|
||||
* Activity Diagram (legacy)</a>.
|
||||
*
|
||||
* <p>
|
||||
* For new syntax see {@link net/sourceforge/plantuml/activitydiagram3}
|
||||
* and
|
||||
* <a href="https://plantuml.com/activity-diagram-beta" target="_top">
|
||||
* Activity Diagram (New Syntax)</a>
|
||||
* Activity Diagram (New Syntax)</a>.
|
||||
*/
|
||||
package net.sourceforge.plantuml.activitydiagram;
|
||||
|
@ -1,10 +1,10 @@
|
||||
# Directory Documentation for `activitydiagram`
|
||||
|
||||
## Description
|
||||
This package provides classes used to manage [Activity Diagram (legacy)](https://plantuml.com/activity-diagram-legacy)
|
||||
This package provides classes used to manage [Activity Diagram (legacy)](https://plantuml.com/activity-diagram-legacy).
|
||||
|
||||
For new syntax see [`activitydiagram3`](../activitydiagram3)
|
||||
and [Activity Diagram (New Syntax)](https://plantuml.com/activity-diagram-beta)
|
||||
and [Activity Diagram (New Syntax)](https://plantuml.com/activity-diagram-beta).
|
||||
|
||||
## Link
|
||||
- [Activity Diagram (legacy)](https://plantuml.com/activity-diagram-legacy)
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* Provides classes used to manage
|
||||
* <a href="https://plantuml.com/activity-diagram-beta" target="_top">
|
||||
* Activity Diagram (New Syntax)</a>
|
||||
* Activity Diagram (New Syntax)</a>.
|
||||
*/
|
||||
package net.sourceforge.plantuml.activitydiagram3;
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Directory Documentation for `activitydiagram3`
|
||||
|
||||
## Description
|
||||
This package provides classes used to manage [Activity Diagram (New Syntax)](https://plantuml.com/activity-diagram-beta)
|
||||
This package provides classes used to manage [Activity Diagram (New Syntax)](https://plantuml.com/activity-diagram-beta).
|
||||
|
||||
## Link
|
||||
- [Activity Diagram (New Syntax)](https://plantuml.com/activity-diagram-beta)
|
||||
|
Loading…
Reference in New Issue
Block a user