MathGeoLib icon indicating copy to clipboard operation
MathGeoLib copied to clipboard

Documentation Website is not working(?)

Open rogerta97 opened this issue 7 years ago • 3 comments

We're a group of students that would like to use your math library for a game engine creation, we've been using it last years but the website is not working any more.

rogerta97 avatar Oct 03 '18 14:10 rogerta97

Hi Roger,

unfortunately the server I use for hosting, demon.fi, is currently out of service, and I'm trying to figure out how to get it back online, or switch to another hosting.

In the meanwhile, I recommend generating docs locally, using regular old Doxygen. I'll update the links once I get that resolved.

juj avatar Oct 03 '18 17:10 juj

You can use Github Pages for documentation.

optozorax avatar May 24 '19 09:05 optozorax

On Windows I tried to generate docs locally with doxygen, installed IIS with php, but some php files are missing in docs directory when one clicks on classes. Are these files supposed to come out after doxygen runs? I see only those that came with source....

Looking more into extract python file in docs directory, it seems that php files are generated in Unix environment by scanning obj or asm files. Why not simply provide these php files for some version of the library, so that we could have some documentation at least? Even if it is not up to date, it is much better than nothing.

This is an excellent library, but it's hard to look into .h files to find out about the available API calls.

fractal97 avatar Sep 09 '22 00:09 fractal97