From 0e56fe29a9afeee00e02e722496678df89d37d50 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 17 Nov 2009 13:59:39 +0200 Subject: Complete the implementation of the option documentation Add the man page generator. Port CLI usage, HTML documentation and the man page to the auto-generated version. Update examples and documentation. --- cli/man.hxx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 cli/man.hxx (limited to 'cli/man.hxx') diff --git a/cli/man.hxx b/cli/man.hxx new file mode 100644 index 0000000..7a4100a --- /dev/null +++ b/cli/man.hxx @@ -0,0 +1,14 @@ +// file : cli/man.hxx +// author : Boris Kolpackov +// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// license : MIT; see accompanying LICENSE file + +#ifndef CLI_MAN_HXX +#define CLI_MAN_HXX + +#include "context.hxx" + +void +generate_man (context&); + +#endif // CLI_MAN_HXX -- cgit v1.1