File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ if (NOT A2X_EXECUTABLE)
6
6
message (FATAL_ERROR "a2x is not found" )
7
7
endif ()
8
8
9
- set (VERSION "v3.1" )
9
+ set (VERSION "v3.1.1 " )
10
10
set (MAIN_FILE "${PROJECT_SOURCE_DIR} /commsdsl_spec.txt" )
11
11
12
12
add_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
2
2
===========================
3
3
Alex Robenko
4
- v3.1, 2020-04
4
+ v3.1.1 , 2020-06
5
5
:doctype: article
6
6
:numbered!:
7
7
:sectnums!:
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ of message payload.
22
22
</frame>
23
23
</schema>
24
24
----
25
- The **<value>** layer has all the [ common]( common.md) properties
25
+ The **<value>** layer has all the <<frames- common, common>> properties
26
26
as well as extra properties and elements described below.
27
27
28
28
==== 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
9
9
language) or introduce relevant prefixes into the names to avoid name clashes.
10
10
11
11
The 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.
13
13
[source,xml]
14
14
----
15
15
<?xml version="1.0" encoding="UTF-8"?>
Original file line number Diff line number Diff line change 1
1
[[schema-schema]]
2
2
== Schema ==
3
3
Schema definition may contain various global (protocol-wide)
4
- [properties](../ intro/ properties.md) .
4
+ << intro- properties, properties>> .
5
5
6
6
=== Protocol Name ===
7
7
The protocol name is defined using **name** property. It may contain any
You can’t perform that action at this time.
0 commit comments