#include "THtml.h" void MakeHtml() { THtml html; html.SetProductName("MvtLibs"); html.SetInputDir("${MVTLIBPATH}/libMvtCommon/src:${MVTLIBPATH}/libMvtCommon/include"); html.SetOutputDir("doc"); html.MakeAll(); }