12 lines
283 B
Bash
12 lines
283 B
Bash
#!/usr/bin/env bash
|
|
# vim: set sw=4 sts=4 et ft=sh :
|
|
|
|
make_enum_PrettyPrintOption()
|
|
{
|
|
prefix ppo
|
|
|
|
key ppo_multiline_allowed "Print over multiple lines if appropriate"
|
|
key ppo_include_special_annotations "Include dsak_expanded and dsak_synthetic annotations"
|
|
}
|
|
|