htmlindex_test, a C++ code which calls htmlindex(), which builds a skeleton HTML page for a C, C++, Fortran77 or Fortran90 source code file, documenting every routine in the file...if each routine has been appropriately marked. The information after the marker is usually a one line explanations of what the routine does.
The information on this web page is distributed under the MIT license.
htmlindex, a C++ code which reads a C, C++, Fortran77 or Fortran90 file and writes a skeleton HTML page describing it, assuming that each function in the file includes a specially marked description line.