iSDocMan is a source-file documentation manager, a tool which allows programmers to extract the documentation from their source-files, avoiding the boring task of doing it by hand, and exporting the result in the XML format, which can be in turn used by other tools to generate the styled documents with all the needed information.
iSDocMan automatically recognizes the documentation by checking comments. Normal comments are not computed, while comments beginning with [ISDM] reserved words are extracted.
Comments must be [ISDM] compliant, this means that they must respect the [ISDM] syntax to be recognized.
iSDocMan supports C like languages only, at the moment.