aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/wsdg_src/WSDG_chapter_env_intro.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/wsdg_src/WSDG_chapter_env_intro.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/wsdg_src/WSDG_chapter_env_intro.asciidoc')
-rw-r--r--docbook/wsdg_src/WSDG_chapter_env_intro.asciidoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_env_intro.asciidoc b/docbook/wsdg_src/WSDG_chapter_env_intro.asciidoc
index 74b6ee0601..1e76ae80a2 100644
--- a/docbook/wsdg_src/WSDG_chapter_env_intro.asciidoc
+++ b/docbook/wsdg_src/WSDG_chapter_env_intro.asciidoc
@@ -128,7 +128,7 @@ Wireshark mailing lists available.
==== Programming languages used
Most of Wireshark is implemented in plain ANSI C. A notable exception is
-the code in 'ui/qt', which is written in $$C++$$.
+the code in _ui/qt_, which is written in {cpp}.
The typical task for a new Wireshark developer is to extend an existing,
or write a new dissector for a specific network protocol. As (almost) any
@@ -375,15 +375,15 @@ typically more up to date and the HTML format is easier to use.
If you don't find the information you need inside this book, there are
various other sources of information:
-* The file 'doc/README.developer' and all the other README.xxx files in the
+* The file _doc/README.developer_ and all the other README.xxx files in the
source code. These are various documentation files on different topics
[NOTE]
.Read the README
====
-'README.developer' is packed full with all kinds of details relevant
+_README.developer_ is packed full with all kinds of details relevant
to the developer of Wireshark source code. Its companion file
-'README.dissector' advises you around common
+_README.dissector_ advises you around common
pitfalls, shows you basic layout of dissector code, shows details of the
APIs available to the dissector developer, etc.
====
@@ -538,7 +538,7 @@ echoed. The ^D
(Control-D, that is, press the Control key and the D key
together) will cause `gdb` to exit. This will
leave you with a file called
-'bt.txt' in the current directory.
+_bt.txt_ in the current directory.
Include the file with your bug report.
If you do not have `gdb` available, you