Help, Documentation tools
Software Documentation is an important part of software engineering that isoften overlooked. Types of documentation include: * Architecture - Architectural overview of software; including relations to an environment, construction principles to be used in design and technical documentation, etc. * Design - The design of software components.* Technical - Documentation of code, algorithms, interfaces, APIs.* End User - Manuals for the end-user.* Operator - Manuals for the systems administrator.
From : en.wikipedia.org/wiki/Software_Documentation
DoxyComment
DoxyComment is a set of tools that can help you generate professional looking documentation for your C/C++ projects. Currently the project offers the following packages:
DoxyComment add-in for Visual Studio 2005 : An add-in for Visual Studio 2005, which can help you insert structured comment blocks in your C/C++ code.
DoxyComment formatting template : An xslt template to format and generate output documentation (similar to the Microsoft MSDN library) and a set of scripts to automate building of help content.
Loading .....