From 5a01a260c368d3045f0870cc09620a772027e911 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 18 Jan 2016 12:50:12 +0200 Subject: Initial support for plain text documentation (--generate-txt) Support for option documentation generation is still a TODO. --- cli/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/buildfile') diff --git a/cli/buildfile b/cli/buildfile index d221237..95f5d14 100644 --- a/cli/buildfile +++ b/cli/buildfile @@ -5,6 +5,6 @@ trav = traversal/{class elements namespace option unit} exe{cli}: cxx{cli generator html lexer name-processor parser runtime-inline \ source context header inline man options runtime-header runtime-source \ -option-types $sema $trav} $libs +txt option-types $sema $trav} $libs cxx.poptions += -I$out_base -I$src_base -- cgit v1.1