|
2 | 2 | #define EXPPP_H |
3 | 3 | #include <sc_export.h> |
4 | 4 |
|
5 | | -extern SC_EXPPP_EXPORT const int exppp_nesting_indent; /* default nesting indent */ |
6 | | -extern SC_EXPPP_EXPORT const int exppp_continuation_indent; /* default nesting indent for */ |
7 | | -/* continuation lines */ |
8 | | -extern SC_EXPPP_EXPORT const int exppp_linelength; /* leave some slop for closing */ |
9 | | -/* parens. \n is not included in */ |
10 | | -/* this count either */ |
11 | | -extern SC_EXPPP_EXPORT bool exppp_alphabetize; /* if true, alphabetize */ |
12 | | -extern SC_EXPPP_EXPORT bool exppp_terse; /* don't describe action to stdout */ |
13 | | -extern SC_EXPPP_EXPORT bool exppp_reference_info; /* if true, add commentary */ |
14 | | -/* about where things came from */ |
15 | | -extern SC_EXPPP_EXPORT bool exppp_preserve_comments; /* if true, preserve comments where */ |
16 | | -/* possible */ |
17 | | -extern SC_EXPPP_EXPORT char * exppp_output_filename; /* force output filename */ |
18 | | -extern SC_EXPPP_EXPORT bool exppp_output_filename_reset; /* if true, force output filename */ |
| 5 | +extern SC_EXPPP_EXPORT const int exppp_nesting_indent; /**< default nesting indent */ |
| 6 | +extern SC_EXPPP_EXPORT const int exppp_continuation_indent; /**< default nesting indent for continuation lines */ |
| 7 | +extern SC_EXPPP_EXPORT const int exppp_linelength; /**< leave some slop for closing parens. |
| 8 | + * \n is not included in this count either */ |
| 9 | +extern SC_EXPPP_EXPORT bool exppp_alphabetize; /**< if true, alphabetize */ |
| 10 | +extern SC_EXPPP_EXPORT bool exppp_terse; /**< don't describe action to stdout */ |
| 11 | +extern SC_EXPPP_EXPORT bool exppp_reference_info; /**< if true, add commentary about where things came from */ |
| 12 | +extern SC_EXPPP_EXPORT bool exppp_preserve_comments; /**< if true, preserve comments where possible */ |
| 13 | +extern SC_EXPPP_EXPORT char * exppp_output_filename; /**< force output filename */ |
| 14 | +extern SC_EXPPP_EXPORT bool exppp_output_filename_reset; /**< if true, force output filename */ |
19 | 15 |
|
20 | 16 | SC_EXPPP_EXPORT void EXPRESSout( Express e ); |
21 | 17 |
|
|
0 commit comments