The Hacking file for Unity says:
Internal Documentation can be built for Unity by having doxygen installed and running
make doxygen.
I'm not familiar with doxygen and could use some help in the specific command(s) to use.
I downloaded the Unity source using: bzr branch lp:unity and ran doxygen Doxyfile.in.
It generated api-doc/html with a number of files, but index.html loads an empty framework.
I read the man file and the online manual/faq but am still not sure what I need to do.