Skip to content

Commit fe32be9

Browse files
committed
Improve package documentation descriptions
1 parent 0e8f4d7 commit fe32be9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/org/glavo/nbt/chunk/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
/// Base package for NBT chunks.
17+
/// Provides classes for representing NBT chunks and regions.
1818
///
1919
/// @see org.glavo.nbt.chunk.ChunkRegion
2020
/// @see org.glavo.nbt.chunk.Chunk

src/main/java/org/glavo/nbt/io/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
/// Base package for input/output operations for NBT elements.
17+
/// Provides APIs for reading and writing NBT data.
1818
///
1919
/// - For reading and writing binary NBT data, see [NBTCodec][org.glavo.nbt.io.NBTCodec].
2020
/// - For reading and writing Stringified NBT data, see [SNBTCodec][org.glavo.nbt.io.SNBTCodec].

src/main/java/org/glavo/nbt/tag/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
/// This package contains classes for representing NBT tags.
17+
/// Provides classes for representing NBT tags.
1818
///
1919
/// For more information about NBT tags, see the documentation of the [org.glavo.nbt.tag.Tag] class.
2020
///

0 commit comments

Comments
 (0)