aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2018-06-18 21:44:35 +0200
committerAnders Broman <a.broman58@gmail.com>2018-06-19 05:04:40 +0000
commit304e03eb752ff218545416ca0cee70a9d6d09a56 (patch)
tree5128e7082f06f9cfc375546525b12c46144eb463 /docbook
parentb7b86bcd9f20f988a3befb39c8d4e7274efd3481 (diff)
Documentation: Add version to Guides
Previously, before the AsciiDoc conversion, the Users' and Developers' Guide used to carry version information on the title page. This seems to have been dropped, for reasons unknown to me. At least AsciiDoctor allows to add a subtitle, so the wireshark-version attribute can be expanded into it. Change-Id: Ib0a90393aff1a323b7026c49e2aa11f5115b3ec7 Signed-off-by: Jaap Keuter <jaap.keuter@xs4all.nl> Reviewed-on: https://code.wireshark.org/review/28330 Reviewed-by: Gerald Combs <gerald@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'docbook')
-rw-r--r--docbook/developer-guide.asciidoc2
-rw-r--r--docbook/user-guide.asciidoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/docbook/developer-guide.asciidoc b/docbook/developer-guide.asciidoc
index c89bd0c606..4a16671e15 100644
--- a/docbook/developer-guide.asciidoc
+++ b/docbook/developer-guide.asciidoc
@@ -1,7 +1,7 @@
-= Wireshark Developer’s Guide
//v1.0, February 2014: Finished conversion from DocBook to AsciiDoc
:doctype: book
include::attributes.asciidoc[]
+= Wireshark Developer’s Guide: Version {wireshark-version}
// Convenience attribute.
// XXX This should be surrounded by single quotes in the text. It’s
diff --git a/docbook/user-guide.asciidoc b/docbook/user-guide.asciidoc
index 47c8c4a3c1..c4d71ca30c 100644
--- a/docbook/user-guide.asciidoc
+++ b/docbook/user-guide.asciidoc
@@ -1,7 +1,7 @@
-= Wireshark User’s Guide
//v1.0, February 2014: Finished conversion from DocBook to AsciiDoc
:doctype: book
include::attributes.asciidoc[]
+= Wireshark User’s Guide: Version {wireshark-version}
[[Preface]]
["preface",id="Preface"]