summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/src/options.cpp.in
blob: 2ee14c8bf28a126ab0df1e492c4f86074dc4c5c0 (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
##BANNER##

#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