Skip to content

Commit 85f12e3

Browse files
committed
neaten up exppp.h
1 parent 802f424 commit 85f12e3

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

include/exppp/exppp.h

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,16 @@
22
#define EXPPP_H
33
#include <sc_export.h>
44

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 */
1915

2016
SC_EXPPP_EXPORT void EXPRESSout( Express e );
2117

0 commit comments

Comments
 (0)