diff --git a/documentation/htdocs/options_D.html b/documentation/htdocs/options_D.html new file mode 100644 index 0000000000..308b5c58d2 --- /dev/null +++ b/documentation/htdocs/options_D.html @@ -0,0 +1,28 @@ + + + + Uncrustify: where do the Spaces options work-D + + +

Uncrustify: +Where do the options work-D?

+ +

+

+

Spaces-D

+

+

+ + + + +
+
+
+    invariant (C) c;
+    
+
+
+
+ + diff --git a/documentation/htdocs/options_Objectiv-C.html b/documentation/htdocs/options_Objectiv-C.html new file mode 100644 index 0000000000..993a1b9577 --- /dev/null +++ b/documentation/htdocs/options_Objectiv-C.html @@ -0,0 +1,26 @@ + + + + Uncrustify: where do the Spaces options work-Objectiv-C + + +

Uncrustify: +Where do the options work-Objectiv-C?

+ +

+

+

Spaces-Objectiv-C

+

+

+ + + + +
+
+    @selector (methodNameWithArg:);
+    
+
+
+ + diff --git a/documentation/htdocs/options_Preprocessor.html b/documentation/htdocs/options_Preprocessor.html new file mode 100644 index 0000000000..b21691e850 --- /dev/null +++ b/documentation/htdocs/options_Preprocessor.html @@ -0,0 +1,28 @@ + + + + Uncrustify: where do the Spaces options work-Preprocessor + + +

Uncrustify: +Where do the options work-Preprocessor?

+ +

+

+

Spaces-Preprocessor

+

+

+ + + + +
+
+
+    #define x(y) L #y
+    
+
+
+
+ + diff --git a/documentation/htdocs/options_Spaces.html b/documentation/htdocs/options_Spaces.html index 450fabdfc3..bf83fc8f33 100644 --- a/documentation/htdocs/options_Spaces.html +++ b/documentation/htdocs/options_Spaces.html @@ -18,13 +18,16 @@

Spaces

  • space for cast
  • space for class
  • space for comma
  • +
  • space for D
  • space for enum
  • space for for loop
  • space for new/ delete
  • space for operator
  • space for parenthesis
  • +
  • space for preprocessor
  • space for template
  • options_Java
  • +
  • options_Objectiv-C
  • options_C#
  • options_CLI .NET
  • options_ASM
  • @@ -141,7 +144,19 @@

    Spaces

    █ █ █ █ char m_array [256]; - + return { {crypt(_Nums, inSeed)} }; + █ █ + do { + xxx = _error; + } while(0) + + bool CompareGenomeByFeatureResults::clickOnLink(std::string const& inLink) { + auto const [sequence, type, firstPosition, lastPosition] = parseLink(inLink); + + decltype (x) y; + + using x_t = decltype (x); +