From 3b0c3b8206964b85bf3716c962d26dd15c4f285f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 18 Nov 2024 22:24:33 +0900 Subject: Remove uncrustify-trinity. It is no longer necessary to maintain a customize trinity version. Upstream version can be used as is. Signed-off-by: Michele Calgaro --- .../documentation/htdocs/options_ModifyCode.html | 151 --------------------- 1 file changed, 151 deletions(-) delete mode 100644 debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_ModifyCode.html (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_ModifyCode.html') diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_ModifyCode.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_ModifyCode.html deleted file mode 100644 index e20e1098..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_ModifyCode.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - Uncrustify: where do the Positioning options work - - -

Uncrustify: -Where do the options work?

-

Code modifying

-

-

- - - - -
-
-namespace a::b
-{
-int foo::bar()
-{
-    switch(xx) {
-    case 1: 
-        do { ++i; } while (++cnt < 1000);
-           █      █
-        for (i = 0; i < 5; i++) { bar(i); }
-                                █         █
-        if (a != b) {
-        
-        
-        
-           x = a;
-           if (c == d)
-           
-              y = 5;
-        }
-        
-        
-        
-        while (a == b)
-        
-            c++;
-        
-        if (( a < b) && ( b > c)) {
-            █      █    █      █
-        return (nCount);
-               █      █
-        if (a) {
-            foo();;
-            
-        };
-        
-        break;
-    case 2: {
-            int b;
-            b = 2;
-        }
-        
-        break;
-        
-    default:
-        handle_the_rest();
-        break;
-    } // switch
-    
-} // foo::bar
-
-} // namespace a::b
-
-
-void a()
-{
-    return;
-    
-}
-
-
-

-

Register

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
mod_add_long_function_closebrace_commentmod_add_long_ifdef_else_comment
mod_add_long_ifdef_endif_commentmod_add_long_namespace_closebrace_comment
mod_add_long_switch_closebrace_commentmod_case_brace
mod_full_brace_domod_full_brace_for
mod_full_brace_functionmod_full_brace_if_chain
mod_full_brace_ifmod_full_brace_nl
mod_full_brace_usingmod_full_brace_while
mod_full_paren_if_boolmod_move_case_break
mod_paren_on_returnmod_pawn_semicolon
mod_remove_empty_returnmod_remove_extra_semicolon
mod_sort_importmod_sort_includemod_sort_incl_import_prioritize_filenamemod_sort_incl_import_prioritize_extensionlessmod_sort_incl_import_prioritize_angle_over_quotesmod_sort_incl_import_ignore_extensionmod_sort_incl_import_grouping_enabled
mod_sort_using
- -

not yet shown

-mod_full_brace_using
-mod_add_long_ifdef_endif_comment
-mod_add_long_ifdef_else_comment
-mod_sort_include
- -

only for Pawn

-mod_full_brace_function
-mod_pawn_semicolon
- -

only for Java

-mod_sort_import
- -

only for C#

-mod_sort_using
- - -- cgit v1.2.3