OOP 2021/22

You can generate Javadoc for the game with ogres and knights using one of these commands:

	javadoc -private -d doc gui game game.exceptions characters SLList

	javadoc -private -d doc -subpackages gui game characters SLList

Since the game uses JavaFX, you need to add its JAR files to your CLASSPATH system variable (all JARs in the lib folder of your JavaFX installation). Also, add the current folder (.) to CLASSPATH.

To use ajdoc, you need to intall AspectJ (eclipse.org/aspectj). You can run it like this:

	ajdoc -private -d adoc logging extensions game characters gui game.exceptions -1.9

Don't forget to add aspectjrt.jar to your CLASSPATH system variable (...\AspectJ\lib\aspectjrt.jar).