Package ch.njol.skript.doc
Class DocumentationGenerator
java.lang.Object
ch.njol.skript.doc.DocumentationGenerator
- Direct Known Subclasses:
HTMLGenerator
,JSONGenerator
@Deprecated(forRemoval=true,
since="2.13")
public abstract class DocumentationGenerator
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDocumentationGenerator
(File templateDir, File outputDir) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionabstract void
generate()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
templateDir
Deprecated, for removal: This API element is subject to removal in a future version. -
outputDir
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
DocumentationGenerator
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
generate
Deprecated, for removal: This API element is subject to removal in a future version.UseJSONGenerator.generate(Path)
instead.
-
JSONGenerator
instead.