I can tell people what brought me on the right way with the original FOnline SDK (MANY YEARS AGO).
I was and I still very desirous to succeed with it...
So it made me look very deep to gather all resources that I could to be successful... documentation was one of these...
While discovering vault112 from wladimiiir I've found a chm file into the project
https://github.com/wladimiiir/vault112/tree/master/Docs/output, by using some chm tools I've been able to convert to html...(I wasn't able to use doxygen tool at this moment...)
Since, I've found a way to make doxygen to work...
It is very useful and easy to use(when it works...).
To add/delete things just edit files
./src/{reference,manual}/*
and then fire up BuildEn.cmd
Appreciate console output.
Now go to
./output/en/html
... enjoy
Here full build environment:http://dl.free.fr/jiqAg2iP1You also need to take in consideration angelscript's documentation for syntactic sugars and features...You also need a good introduction to C programming and object pattern understanding.
note that without prog skill documentation is useless...