Contents Previous Next

Code Documentation Conventions

As noted previously, source code must be commented properly for mxmldoc to generate correct documentation for the code. Single line comments can use the C++ // comment sequence, however all multi-line comments must use the C /* ... */ comment sequence.


Contents Previous Next