Is there a list of all the code and what it is used for in craftbukkit 1.8?
Coding Minecraft plugins 1.8 CraftBukkit
Matthew 20.06.2015
A google search indicates that the source code uses Doxygen, which is a code generator used for creating documentation from annotated source code. Install it and run the program. It's probably got a build-script.
Try running
$ make doc
or the equivalent.
Object 20.06.2015