diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cmark.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cmark.h b/src/cmark.h index 0950b2d..7942645 100644 --- a/src/cmark.h +++ b/src/cmark.h @@ -8,6 +8,11 @@ extern "C" { #endif +/** @file cmark.h + * Functions for parsing CommonMark to an AST, manipulating + * the AST, and rendering the AST to HTML. + */ + #define CMARK_VERSION "0.1" typedef enum { |