This commit is contained in:
tqchen 2014-02-07 22:51:16 -08:00
parent e8feddc6a8
commit d656d9df2c

View File

@ -23,3 +23,5 @@ File extension convention:
(1) .h are interface, utils anddata structures, with detailed comment;
(2) .cpp are implementations that will be compiled, with less comment;
(3) .hpp are implementations that will be included by .cpp, with less comment
Parameters Usage: see wiki in github