src/c2html.h

changeset 87
a53fa82bbdcf
parent 78
719e3c6d4c9b
child 88
15fe9c1d7f1a
equal deleted inserted replaced
86:c41ab60fd27a 87:a53fa82bbdcf
37 #ifdef __cplusplus 37 #ifdef __cplusplus
38 extern "C" { 38 extern "C" {
39 #endif 39 #endif
40 40
41 #define VERSION_MAJOR 3 41 #define VERSION_MAJOR 3
42 #define VERSION_MINOR 1 42 #define VERSION_MINOR 2
43 #define VERSION_DEVELOP 0 /* set this to zero for release version */ 43 #define VERSION_DEVELOP 1 /* set this to zero for release version */
44 44
45 /** 45 /**
46 * Writes the formatted source data to the output buffer. 46 * Writes the formatted source data to the output buffer.
47 * 47 *
48 * @param inputtext the source file data as zero-terminated string 48 * @param inputtext the source file data as zero-terminated string

mercurial