mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-22 10:59:01 +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
|
* Provides classes used to manage
|
||||||
* <a href="https://plantuml.com/activity-diagram-legacy" target="_top">
|
* <a href="https://plantuml.com/activity-diagram-legacy" target="_top">
|
||||||
* Activity Diagram (legacy)</a>
|
* Activity Diagram (legacy)</a>.
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* For new syntax see {@link net/sourceforge/plantuml/activitydiagram3}
|
* For new syntax see {@link net/sourceforge/plantuml/activitydiagram3}
|
||||||
* and
|
* and
|
||||||
* <a href="https://plantuml.com/activity-diagram-beta" target="_top">
|
* <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;
|
package net.sourceforge.plantuml.activitydiagram;
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
# Directory Documentation for `activitydiagram`
|
# Directory Documentation for `activitydiagram`
|
||||||
|
|
||||||
## Description
|
## 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)
|
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
|
## Link
|
||||||
- [Activity Diagram (legacy)](https://plantuml.com/activity-diagram-legacy)
|
- [Activity Diagram (legacy)](https://plantuml.com/activity-diagram-legacy)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Provides classes used to manage
|
* Provides classes used to manage
|
||||||
* <a href="https://plantuml.com/activity-diagram-beta" target="_top">
|
* <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;
|
package net.sourceforge.plantuml.activitydiagram3;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Directory Documentation for `activitydiagram3`
|
# Directory Documentation for `activitydiagram3`
|
||||||
|
|
||||||
## Description
|
## 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
|
## Link
|
||||||
- [Activity Diagram (New Syntax)](https://plantuml.com/activity-diagram-beta)
|
- [Activity Diagram (New Syntax)](https://plantuml.com/activity-diagram-beta)
|
||||||
|
Loading…
Reference in New Issue
Block a user