Xrefactory s.r.o.









Xrefactory C++: [ Main | Screenshots | Download | Order | HTML | Change Log ]

 


HTML documentation


Xrefactory can convert C and C++ sources into fully cross referenced HTML form. It is very easy to get HTML documentation even for complex projects as Xrefactory provides a replacement to the make command recording project files and compilation options into a recipe file.

The following suite of commands generates HTML documentation for most projects.
cd <project_main_directory>
make   clean
xref-recipe-make   /tmp/recipe
xref   -html  -d  ~/HTML  -recipe  /tmp/recipe




EXAMPLE!