#include int main(int argc, char *argv[]) { // Create THtml object and generate documentation THtml html; html.MakeAll(); return 0; }