# UniGC **Repository Path**: timesto/uni-gc ## Basic Information - **Project Name**: UniGC - **Description**: UniGC项目 UniGC项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-18 - **Last Updated**: 2026-02-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ****************************************** UniGC Read Me ****************************************** ****************************************** DOCUMENTATION: ****************************************** Documentation of SDK classes, functions, enums, etc (extracted from sources) is located at: ..\..\ClaritySDK\Doc\ClaritySDK.chm Alternatively you can build documentation which will include both SDK and your control module. You will need few tools prior to generate documentation: * doxygen - http://www.stack.nl/~dimitri/doxygen/ * graphviz - www.graphviz.org * html help workshop -from www.microsoft.com Html help workshop installation programs does not modify PATH environment variable, so check if doxygen.exe, graphviz.exe and hhc.exe are on PATH and run doxygen.bat from project's directory to generate documentation. (Few people can cry that it still does not work, I'm not going to explain why, I just recommend restart). You can also generate documentation automatically during build. To do it, add post-build step as follows: nmake /f doxygen.mak Then will also need to set executable directories in VC++. ******************************************