Private
Public Access
2
0

pydoc: add full generation of pydoc for pymaa

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-04-29 16:33:15 +01:00
parent 6ad98d23e7
commit dc68f40a26
5 changed files with 495 additions and 4 deletions

View File

@@ -45,4 +45,10 @@ typedef enum {
MAA_ERROR_UNSPECIFIED = 99
} maa_result_t;
/** Get the version string of maa autogenerated from git tag
*
* The version returned may not be what is expected however it is a reliable
* number associated with the git tag closest to that version at build time
* @return version string from version.h
*/
const char* maa_get_version();