Site checkin for project PLC4X: Jenkins Tools
diff --git a/developers/code-gen/protocol/df1.html b/developers/code-gen/protocol/df1.html
index 880eaea..9b8e913 100644
--- a/developers/code-gen/protocol/df1.html
+++ b/developers/code-gen/protocol/df1.html
@@ -370,15 +370,15 @@
 <div class="literalblock">
 <div class="content">
 <pre>[discriminatedType DF1Symbol
-    [const            uint 8       messageStart '0x10']
+    [const            uint 8       messageStart 0x10]
     [discriminator    uint 8       symbolType]
     [typeSwitch 'symbolType'
         ['0x02' DF1SymbolMessageFrame
             [simple   uint 8       destinationAddress]
             [simple   uint 8       sourceAddress]
             [simple   DF1Command   command]
-            [const    uint 8       messageEnd '0x10']
-            [const    uint 8       endTransaction '0x03']
+            [const    uint 8       messageEnd 0x10]
+            [const    uint 8       endTransaction 0x03]
             [checksum uint 16      'crc' 'STATIC_CALL("org.apache.plc4x.java.df1.readwrite.utils.StaticHelper.crcCheck", destinationAddress, sourceAddress, command)']
         ]
         ['0x06' DF1SymbolMessageFrameACK
diff --git a/developers/code-gen/protocol/mspec.html b/developers/code-gen/protocol/mspec.html
index 5de168d..1e0fe6d 100644
--- a/developers/code-gen/protocol/mspec.html
+++ b/developers/code-gen/protocol/mspec.html
@@ -247,7 +247,7 @@
 <div class="literalblock">
 <div class="content">
 <pre>[type TPKTPacket
-    [const    uint 8     protocolId '0x03']
+    [const    uint 8     protocolId 0x03]
     [reserved uint 8     '0x00']
     [implicit uint 16    len        'payload.lengthInBytes + 4']
     [field    COTPPacket 'payload']
@@ -266,7 +266,7 @@
 <div class="literalblock">
 <div class="content">
 <pre>[discriminatedType S7Message
-    [const         uint 8  protocolId      '0x32']
+    [const         uint 8  protocolId      0x32]
     [discriminator uint 8  messageType]
     [reserved      uint 16 '0x0000']
     [field         uint 16 'tpduReference']
@@ -462,7 +462,7 @@
 </div>
 <div class="literalblock">
 <div class="content">
-<pre>[const {simple-type} {size} '{name}' '{reference}']</pre>
+<pre>[const {simple-type} {size} '{name}' {reference}]</pre>
 </div>
 </div>
 <div class="paragraph">