summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/options.cpp.in
blob: fcb8395ff7002991feef0bda5d56dacf9367f5fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
##BANNER##
#include "options.h"

#include "uncrustify_types.h"

namespace uncrustify
{

//BEGIN declarations of option object instances

namespace options
{

##DECLARATIONS##
} // namespace options

//END declarations of option object instances

///////////////////////////////////////////////////////////////////////////////

//-----------------------------------------------------------------------------
void register_options(void)
{
##REGISTRATIONS##
}

} // namespace uncrustify