add comments to CanGrow.h
This commit is contained in:
parent
f918529e57
commit
f4482ee37b
1 changed files with 5 additions and 2 deletions
|
@ -29,8 +29,11 @@
|
|||
|
||||
//#include "CanGrow_Version.h"
|
||||
|
||||
// ensure the code will also compile when CANGROW_VER and CANGROW_BUILD
|
||||
// are not defined by the compiler arguments
|
||||
/* ensure the code will also compile when CANGROW_VER and CANGROW_BUILD
|
||||
* are not defined by the compiler arguments
|
||||
* like -DCANGROW_VER="0.x-dev" or -DCANGROW_BUILD="commitid-core-timestamp"
|
||||
*/
|
||||
|
||||
#ifndef CANGROW_VER
|
||||
#define CANGROW_VER "dev"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue