From 55fc82e4c8bb4ce1e148e141dcf0e58ffb7078c2 Mon Sep 17 00:00:00 2001 From: Alex Robenko Date: Sat, 27 Jun 2020 11:34:40 +1000 Subject: [PATCH 1/2] Fixing remnants of markdown links. --- commsdsl_spec.txt | 4 ++-- frames/value.txt | 2 +- intro/namespaces.txt | 2 +- schema/schema.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/commsdsl_spec.txt b/commsdsl_spec.txt index d4064c4..41eb277 100644 --- a/commsdsl_spec.txt +++ b/commsdsl_spec.txt @@ -1,7 +1,7 @@ -CommsDSL Specification v3.1 +CommsDSL Specification v3.1.1 =========================== Alex Robenko -v3.1, 2020-04 +v3.1.1, 2020-06 :doctype: article :numbered!: :sectnums!: diff --git a/frames/value.txt b/frames/value.txt index c180ed4..2491028 100644 --- a/frames/value.txt +++ b/frames/value.txt @@ -22,7 +22,7 @@ of message payload. ---- -The **<value>** layer has all the [common](common.md) properties +The **<value>** layer has all the <> properties as well as extra properties and elements described below. ==== Interfaces ==== diff --git a/intro/namespaces.txt b/intro/namespaces.txt index 7773bd9..9f0b5dc 100644 --- a/intro/namespaces.txt +++ b/intro/namespaces.txt @@ -9,7 +9,7 @@ relevant classes in a separate namespace(s) (if such feature is provided by the language) or introduce relevant prefixes into the names to avoid name clashes. The namespace is defined using **<ns>** node with single **name** property. -It can contain all the mentioned [previously](schema_def.md) nodes. +It can contain all the mentioned <> nodes. [source,xml] ---- diff --git a/schema/schema.txt b/schema/schema.txt index eeb2d5b..39f410e 100644 --- a/schema/schema.txt +++ b/schema/schema.txt @@ -1,7 +1,7 @@ [[schema-schema]] == Schema == Schema definition may contain various global (protocol-wide) -[properties](../intro/properties.md). +<>. === Protocol Name === The protocol name is defined using **name** property. It may contain any From 774d18322c0d12ce19e2bf44e838042bb755cfbb Mon Sep 17 00:00:00 2001 From: Alex Robenko Date: Sat, 27 Jun 2020 11:41:03 +1000 Subject: [PATCH 2/2] Fixing version in major CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6592ac2..02002d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ if (NOT A2X_EXECUTABLE) message(FATAL_ERROR "a2x is not found") endif () -set (VERSION "v3.1") +set (VERSION "v3.1.1") set (MAIN_FILE "${PROJECT_SOURCE_DIR}/commsdsl_spec.txt") add_custom_target("pdf" ALL