Added documentation for packages

This commit is contained in:
thenetworkgrinch
2023-02-16 22:12:57 -06:00
parent 80b79c3ac9
commit 239b782d2a
111 changed files with 445 additions and 196 deletions

View File

@@ -0,0 +1,4 @@
/**
* Deserialize specific variables for outside the parser.
*/
package swervelib.parser.deserializer;

View File

@@ -0,0 +1,4 @@
/**
* JSON Mapped Configuration types for modules.
*/
package swervelib.parser.json.modules;

View File

@@ -0,0 +1,4 @@
/**
* JSON Mapped classes for parsing configuration files.
*/
package swervelib.parser.json;

View File

@@ -0,0 +1,4 @@
/**
* JSON Parser for YAGSL configurations.
*/
package swervelib.parser;