summaryrefslogtreecommitdiff
path: root/cli/man.hxx
blob: 7a4100a735ccce6257a5c3590d24b8c743b6da29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// file      : cli/man.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// 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