New Documentation System

For a while I have been working on a new documentation system because the docs generated by Doxygen (which I currently use) are pretty ugly to be honest and they don’t work on mobile devices at all.

I have uploaded a preview of the new docs here: http://arongranberg.com/astar/docs_3.8_new/index.html
There are still quite a few bugs and things that do not show up properly, those will be solved in time.
If you have any suggestions for how to make the documentation system better (so not the text itself, but how it is presented) please let me know in a reply to this thread.

I have also been thinking about how to present the different methods that a class has. Should it (without clicking to get more detailed info) include the return type of the method? Only the names of the parameters? Only the types of the parameters? Both names and types (might take up a significant amount of space for some methods)?

Currently it looks like this

where each member can be expanded by clicking on it

For those that are interested, the source for the documentation system can be found here: https://github.com/HalfVoxel/doxydoc