From ff707aa645312b3a39818f27c27f11dc06eca2d6 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 20 Jan 2009 12:51:28 +0000 Subject: Moved prologue-pruning into action.c. Added line-arg softmax. --- mdocml.c | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'mdocml.c') diff --git a/mdocml.c b/mdocml.c index 0befca5a..87884080 100644 --- a/mdocml.c +++ b/mdocml.c @@ -34,19 +34,7 @@ #define MD_LINE_SZ (256) /* Max input line size. */ -/* - * Put this into a mdoctrans.h, which has: - * - * struct mdoc_trans; (opaque) - * - * struct mdoc_trans *mdoc_trans_alloc(const char *filter); - * - * mdoc_trans_free(struct mdoc_trans *); - * - * int mdoc_trans_getopt(struct mdoc_trans *, char *); - * - * int mdoc_trans_print(struct mdoc_trans *, const struct mdoc_node *); - */ +/* TODO: have a struct for each transformer. */ typedef int (*mdocprint)(const struct mdoc_node *); -- cgit