summaryrefslogtreecommitdiff
path: root/cli/man.hxx
blob: 08253050f5c9a6665a16e8f2952021843deffa6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// file      : cli/man.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// license   : MIT; see accompanying LICENSE file

#ifndef CLI_MAN_HXX
#define CLI_MAN_HXX

#include <cli/context.hxx>

void
generate_man (context&);

#endif // CLI_MAN_HXX