Wireshark-commits: [Wireshark-commits] master fcd51de: Docbook: Fix an unterminated tag, other upda

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 09 Apr 2020 22:08:06 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fcd51deb993d008fd5e7bf9d2a074ec778863d74
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

fcd51de by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Docbook: Fix an unterminated tag, other updates.
    
    Remove nested example tags from the dissection chapter, including and
    unbalanced one. Mark our source blocks with [source,c].
    
    Enable syntax highlighting in the Developer's and User's guides. This
    isn't supported in the DocBook backend (which we use to generate the
    HTML guides), but it is in the PDF backend.
    
    Add a comment about failing on warnings when we generate our guides.
    
    Change-Id: Ieee29fe75364ca23769aa997f90126e31b72cc8b
    Reviewed-on: https://code.wireshark.org/review/36767
    Petri-Dish: Guy Harris <gharris@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  ee61578   decode_as: Update the documentation a bit.
     add  fcd51de   Docbook: Fix an unterminated tag, other updates.


Summary of changes:
 cmake/modules/FindAsciidoctor.cmake           |  2 +
 docbook/developer-guide.adoc                  |  1 +
 docbook/user-guide.adoc                       |  2 +
 docbook/wsdg_src/WSDG_chapter_dissection.adoc | 71 +++++++++------------------
 4 files changed, 29 insertions(+), 47 deletions(-)