We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b02747 commit 5838701Copy full SHA for 5838701
3 files changed
content/api_en/Table.xml
@@ -20,4 +20,6 @@
20
<b>Table</b> is... TBD.
21
]]></description>
22
23
+<type>class</type>
24
+
25
</root>
content/api_en/XML.xml
@@ -49,4 +49,7 @@ void setup() {
49
Only files encoded as UTF-8 (or plain ASCII) are parsed properly; the encoding parameter inside XML files is ignored.
50
51
52
53
54
55
generate/keywords_base.txt
@@ -247,7 +247,7 @@ catch FUNCTION3 catch
247
do FUNCTION3
248
for FUNCTION3 for
249
if FUNCTION3 if
250
-#else FUNCTION3 else
+else FUNCTION3 else
251
switch FUNCTION3 switch
252
synchronized FUNCTION3
253
while FUNCTION3 while
0 commit comments