Documentation on DMD2 lib

I am using the Freetronics Dot Matrix Display (2) library to control a LED array. The documentation on this library eludes me. Does it exist? If so, where?

By 'documentation' I mean similar to the Java API docs. Here is example in the documentation for a frame in one of the GUI packages. Note that this is not the same thing as 'well commented source code', or examples showing how to use the library, but a comprehensive run-down on the methods & attributes of the code, with links to docs on any other code it uses or inherits from. The vast majority being text, with rarely so much as a hint of source code.

I'd previously heard that Java programmers were lucky to have access to such documentation, and fear it is less common in other languages and especially in open source projects (like some open source projects written in Java - coding is a lot more fun than writing documentation for that code!).

I'm hoping the documentation is somewhere on the GitHub link listed above, and I'm just missing it!

(deleted)