Software Details:
Version: 2.4
Upload Date: 26 Oct 15
Distribution Type: Freeware
Downloads: 438
Size: 1707 Kb
CppDoc generates HTML documentation for your C++ classes, based on your source code and special comments embedded within it. It supports JavaDoc tags (@see, @return, etc.) and can produce JavaDoc-style output, including class hierarchies, a master index, and a deprecations list. The documentation comments are optional; if you leave them out, CppDoc will still generate a full set of documentation based on class relationships and hierarchy.
What is new in this release:
Version 2.4 added the ability to read documentation comments after declarations, like this and a separate option ("Use C++ namespace as project", or -namespace-as-project on the command line) for using the C++ namespace (instead of the directory) as the Project.
Comments not found