gContactDestroyedCallback not being called?

User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Re: gContactDestroyedCallback not being called?

Post by Erwin Coumans »

It's not doxygen, as I said, it can be fixed by giving the correct include path to doxygen via Doxyfile
How do you do this exactly? When adding the following line to Doxyfile, it still doesn't generate docs for btCollisionObject etc (see attached Doxyfile).

Code: Select all

INCLUDE_PATH           = src
Any help is welcome,
Erwin
You do not have the required permissions to view the files attached to this post.
sparkprime
Posts: 508
Joined: Fri May 30, 2008 2:51 am
Location: Ossining, New York

Re: gContactDestroyedCallback not being called?

Post by sparkprime »

It works for me, here is my doxyfile

http://rafb.net/p/zczn6p45.html

doxygen 1.5.5

doxygen has to get access to the include file that defines those macros or it won't be able to parse the files

here are my generated docs:

http://brockley.ath.cx/~spark/bullet/hierarchy.html

Your attached doxyfile is very different to mine, presumably as I'm using a newer version of doxygen and it has upgraded it.

If you really are using 1.2.4 then that's from about 8 years ago or something.