digital-scurf wikiAranha > Code Documentation

Page Contents


Documenting the internals of Aranha

Use some documentation system like Doxygen


Documenting the interface exposed to C modules

Probably doxygen again, almost certainly confined to the interfacing header files


Documenting the interface exposed to the Lua side of things

Some new form of documentation. Shall we call it AranhaDoc?

This would also be used for documenting Lua modules etc, so should be a comment-based syntax with the facility to work from C or Lua sources to generate equivalent information.

Desired features

Possible useful things