diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-12-04 19:16:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-12-04 19:38:30 +0900 |
commit | fdcd72088371b3d8dfd31f2a5159861ce0be5535 (patch) | |
tree | 06c160cc34157344f62b6c19af297858a0e57157 /debian/uncrustify-trinity/uncrustify-trinity-0.75.0/documentation/htdocs/options_Align.html | |
parent | a5d7db3b2c6171ea9e76b84155d2dfb66c243e5a (diff) | |
download | extra-dependencies-fdcd72088371b3d8dfd31f2a5159861ce0be5535.tar.gz extra-dependencies-fdcd72088371b3d8dfd31f2a5159861ce0be5535.zip |
uncrustify-trinity: updated based on upstream version 0.76.0
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.75.0/documentation/htdocs/options_Align.html')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.75.0/documentation/htdocs/options_Align.html | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/documentation/htdocs/options_Align.html b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/documentation/htdocs/options_Align.html deleted file mode 100644 index 99edad58..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/documentation/htdocs/options_Align.html +++ /dev/null @@ -1,44 +0,0 @@ -#define SUCCESS 0 - █ -align_pp_define_gap -The minimum space between label and value of a preprocessor define - -#define set_chunk_type(pc, tt) do { \ - LOG_FUNC_CALL(); \ - set_chunk_type_real((pc), (tt)); \ -} while (false) -align_nl_cont = true - -#define LOG_STR(sev, str, len) \ - if (log_sev_on(sev)) { log_str(sev, str, len); } - █ -nl_after_brace_close - - -extern struct cp_data cpd; - -extern bool QT_SIGNAL_SLOT_found; -extern int QT_SIGNAL_SLOT_level; -extern bool restoreValues; -align_var_def_span █ - -enum argval_t -{ - AV_IGNORE = 0, - AV_ADD = 1, - AV_REMOVE = 2, - AV_FORCE = 3, /**< remove + add */ - AV_NOT_DEFINED = 4 /* to be used with QT, SIGNAL SLOT macros */ -}; - █ -align_var_struct_span - - - UO_indent_var_def_blk, // indent a variable def block that appears at the top - UO_indent_var_def_cont, - UO_indent_shift, // if a shift expression spans multiple lines, indent - - UO_indent_min_vbrace_open, // min. indent after virtual brace open and newline - UO_indent_vbrace_open_on_tabstop, // when identing after virtual brace open and newline add further spaces to reach next tabstop - -align_right_cmt_span |