Update README.md

This commit is contained in:
Tianqi Chen 2014-03-26 08:01:47 +08:00
parent 159ed0f7e1
commit 87fc848b12

View File

@ -34,7 +34,7 @@ Planned components
File extension convention File extension convention
======= =======
(1) .h are interface, utils and data structures, with detailed comment; * .h are interface, utils and data structures, with detailed comment;
(2) .cpp are implementations that will be compiled, with less comment; * .cpp are implementations that will be compiled, with less comment;
(3) .hpp are implementations that will be included by .cpp, with less comment * .hpp are implementations that will be included by .cpp, with less comment