Add comments to methods, classes and package, add overview.html and move Type.java

This commit is contained in:
2021-04-15 18:40:33 +02:00
parent de48b62520
commit ef4bbe7548
15 changed files with 104 additions and 20 deletions

12
overview.html Normal file
View File

@@ -0,0 +1,12 @@
<body>
<h1>L-System</h1>
<p>
L-System javadoc
</p>
<p>If you searching for 3d windows, go in the {@link lsystem.screen.gl3d} package</p>
<p>For all in-depth (backend) methods, go in {@link lsystem.engine} package</p>
<p>To view all classes, <a href="allclasses-index.html">click here</a></p>
</body>