aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/developer-guide.asciidoc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-02-04 11:39:56 -0800
committerGerald Combs <gerald@wireshark.org>2018-02-04 22:46:20 +0000
commitdf088de18b9a2375f6797ac4c62a6d29aa49d00f (patch)
treed614b5e478eb2b281aa6680a0a53a9112f6fe6e2 /docbook/developer-guide.asciidoc
parentbb2680d9b45275b6c9ada4c55cb0678a8e79b95a (diff)
Docs: Make our AsciiDoc markup more compatible with AsciiDoctor.
Start using markup that is preferred by Asciidoctor but compatible with both generators. Add a missing "cpp" attribute and set a couple of Asciidoctor-specific compatibility attributes. Change-Id: Iff4c31362e4493b97a85f46db2c39b18c336536f Reviewed-on: https://code.wireshark.org/review/25600 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'docbook/developer-guide.asciidoc')
-rw-r--r--docbook/developer-guide.asciidoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/docbook/developer-guide.asciidoc b/docbook/developer-guide.asciidoc
index e804394803..78fe7c4928 100644
--- a/docbook/developer-guide.asciidoc
+++ b/docbook/developer-guide.asciidoc
@@ -3,6 +3,11 @@
:doctype: book
include::attributes.asciidoc[]
+// Convenience attribute.
+// XXX This should be surrounded by single quotes in the text. It's
+// currently surrounded by plus signs for AsciiDoc compatibility.
+:dlt-glob: DLT_*
+
[[Preface]]
["preface",id="Preface"]
== Preface