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 computer code and data files described and made available on this web page are 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.