Generate a C++ unit (with header and source) automatically, with doxygen comment template.
一个自动生成C++单元(头文件和源代码)的脚本,同时包含Doxygen风格的注释.
Usage :
cppunit.py module_name
用法: 传入unit名称即可生成相应的单元.
CppUnit is designed to be a single file app, so if someone wants to improve this app, modify cppunit.py directly.
CppUnit被设计成一个单文件程序,所以如果想修改的话, 直接在CppUnit上面改就可以了.