document some of lowlevel functions
This commit is contained in:
parent
c7d9a2e6cc
commit
c56bea32ed
6 changed files with 60 additions and 11 deletions
|
|
@ -8,16 +8,26 @@
|
|||
/*!
|
||||
* @brief Major version
|
||||
*/
|
||||
#define MwMAJOR 0
|
||||
#define MwMAJOR 1
|
||||
|
||||
/*!
|
||||
* @brief Minor version
|
||||
*/
|
||||
#define MwMINOR 0
|
||||
|
||||
/*!
|
||||
* @brief Patchlevel of version, calculated by `patchlevel_alphabet - 'a'`
|
||||
*/
|
||||
#define MwPATCH 0
|
||||
|
||||
/*!
|
||||
* @brief Version in string
|
||||
*/
|
||||
#define MwVERSION "pre-1.0"
|
||||
#define MwVERSION "1.0"
|
||||
|
||||
/*!
|
||||
* @brief Version in string
|
||||
*/
|
||||
MWDECL const char* MwVersionString;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue