markd wrote:
The other ones can be docbookized, but it would be nice if there was an offline copy of the internal documentation included with the source code ?
I'm not sure if by "internal" you are including the guide, but I think that would be a good idea too.
With "internal" I meant the documentation regarding the MP code itself, rather than the documentation on how to use it and how to write ports ? (that can go in the guide, which can be a separate webpage / download) As a complement to http://geeklair.net/new_macports_guide/#internals.apis, I have now set up trunk to build tcldoc documentation (with "make tcldoc") assuming that you first "port install tcldoc" for the required program... It looks something like http://tcl.jtang.org/tcldoc/tcldoc/ (i.e. JavaDoc) --anders