1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-12-22 02:49:06 +00:00

docs: add package-info.java and readme.md

(for `klimt/sprite`)
This commit is contained in:
The-Lum 2023-11-19 15:37:20 +00:00
parent 54117a5e8b
commit 37714ac1e2
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,10 @@
/**
* Provides classes used to manage
* <a href="https://plantuml.com/sprite" target="_top">
* Sprite</a>.
*
* @see net.sourceforge.plantuml.klimt.sprite.CommandListSprite
* @see net.sourceforge.plantuml.klimt.sprite.CommandStdlib
*
*/
package net.sourceforge.plantuml.klimt.sprite;

View File

@ -0,0 +1,14 @@
# Directory Documentation for `sprite`
## Description
This package provides classes used to manage [PlantUML Sprite](https://plantuml.com/sprite).
## Link
- [PlantUML Sprite](https://plantuml.com/sprite)
## Reference
## See also
- [PlantUML Standard Library](https://plantuml.com/stdlib)
- [`stdlib`](../../../../../../stdlib/)
- :octocat: [plantuml/plantuml-stdlib](https://github.com/plantuml/plantuml-stdlib)