summaryrefslogtreecommitdiff
path: root/gen/docs/generator.h
diff options
context:
space:
mode:
Diffstat (limited to 'gen/docs/generator.h')
-rw-r--r--gen/docs/generator.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/gen/docs/generator.h b/gen/docs/generator.h
new file mode 100644
index 0000000..407b47a
--- /dev/null
+++ b/gen/docs/generator.h
@@ -0,0 +1,9 @@
+#ifndef GENERATOR_H
+#define GENERATOR_H
+
+#include "types.h"
+
+int gen_markdown(const IsaDb *db, const char *output_path);
+int gen_html(const IsaDb *db, const char *output_path);
+
+#endif