File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ if (NOT A2X_EXECUTABLE)
66 message (FATAL_ERROR "a2x is not found" )
77endif ()
88
9- set (VERSION "v3.1" )
9+ set (VERSION "v3.1.1 " )
1010set (MAIN_FILE "${PROJECT_SOURCE_DIR} /commsdsl_spec.txt" )
1111
1212add_custom_target ("pdf" ALL
Original file line number Diff line number Diff line change 1- CommsDSL Specification v3.1
1+ CommsDSL Specification v3.1.1
22===========================
33Alex Robenko
4- v3.1, 2020-04
4+ v3.1.1 , 2020-06
55:doctype: article
66:numbered!:
77:sectnums!:
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ of message payload.
2222 </frame>
2323</schema>
2424----
25- The **<value>** layer has all the [ common]( common.md) properties
25+ The **<value>** layer has all the <<frames- common, common>> properties
2626as well as extra properties and elements described below.
2727
2828==== Interfaces ====
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ relevant classes in a separate namespace(s) (if such feature is provided by the
99language) or introduce relevant prefixes into the names to avoid name clashes.
1010
1111The namespace is defined using **<ns>** node with single **name** property.
12- It can contain all the mentioned [ previously](schema_def.md) nodes.
12+ It can contain all the mentioned <<schema-schema, previously>> nodes.
1313[source,xml]
1414----
1515<?xml version="1.0" encoding="UTF-8"?>
Original file line number Diff line number Diff line change 11[[schema-schema]]
22== Schema ==
33Schema definition may contain various global (protocol-wide)
4- [properties](../ intro/ properties.md) .
4+ << intro- properties, properties>> .
55
66=== Protocol Name ===
77The protocol name is defined using **name** property. It may contain any
You can’t perform that action at this time.
0 commit comments