Code Templates ================ The Code Templates are templates for C and C++ header and source files. These templates should be used whenever you wish to create a new C/C++ file to standardize the file format. In order to standardize comment format all comments should follow doxygen style. .. toctree:: :maxdepth: 1 C Header Template C Source Template C++ Header Template C++ Source Template