aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/asciidoctor-macros/wsbuglink-inline-macro
AgeCommit message (Collapse)AuthorFilesLines
2021-03-20Minor doc cleanups.Darius Davis1-1/+1
Here's a grab bag of trivial cleanup to the documentation. This change: - Cleans up some comments in the asciidoctor macros which are no longer accurate (and do not appear in the build products anyway). - Fixes a missing space in the text "Wireshark Q&A" in the release notes. - Allows the "docbook" backend to produce hyperlinks too... That seems to be necessary if we want to start using our custom link macros in WSDG, which seems like a reasonable thing to do. And fixes up a wrong variable name in the handling of the case where we are not able to produce a hyperlink.
2021-01-30Docs: Change the default wsbuglink text to "Issue".Gerald Combs1-3/+3
Change the default text in the AsciiDoctor wsbuglink macrom from "Bug" to "Issue".
2020-09-16Update our issue tracker URL in some places.Gerald Combs1-3/+3
Replace bugs.wireshark.org links with their equivalent gitlab.com/wireshark/wireshark/issues links in the AsciiDoctor buglink macro and the please_report_bug function. Update the bug URLs in comments in the tools and test directories.
2018-06-27docbook: reduce ruby code duplication by introducing utils module.Dario Lombardo1-8/+2
Change-Id: I7e436db3cb86f5ebd0f5827c6da630303bc3f538 Reviewed-on: https://code.wireshark.org/review/28400 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-06-27docbook: rewrite some ruby code according to RuboCop suggestions.Dario Lombardo1-6/+2
Change-Id: I2d1ea982c1622dbc29f927ee168b552b46e39faa Reviewed-on: https://code.wireshark.org/review/28399 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-05-24Asciidoctor: Remove underscores from macro names.Gerald Combs1-0/+36
AsciiDoc allows dashes in macro names but not underscores. Current versions of AsciiDoctor allow the inverse. Remove underscores to allow for easier copying and pasting. Remove asciidoc.conf while we're here. It's no longer used. Change-Id: I32d8a4ec695b9e17a80ac720ee9faf62dbb362d3 Reviewed-on: https://code.wireshark.org/review/27787 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>