jhasse / chipmunkpp

Chipmunk Physics C++ wrapper

Home Page:bixense.com/chipmunkpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doxygen is not working properly

maximaximal opened this issue · comments

I've tried to create the doxygen docs from the folder docs/ with the command doxygen, but the documentation created had only a title and the doxygen layout in it. I need a documentation for my current project, and this is the only one I can find... (yes I've looked into the test.cpp code, but I like good docs ;) )

Thanks for your bug report :) It's been a long time since I tried doxygen and nothing is documented yet, sry :(

I will start doing that though. For now you can ask any question here: http://chipmunk-physics.net/forum/viewtopic.php?f=6&t=2074

Okay I've fixed doxygen. Now I only need to document everything (which will take some time).

The current documentation is now here: http://bixense.com/chipmunkpp/doc/

Thank you! I've switched to Box2D for now, but I don't like how it is managing all itself. I want to have some control in my hands too ;) - Your project seems to be a good C++ Wrapper for chipmunk, so if I will use Chipmunk in a future project, I am definitely going to use your Wrapper!