Wireshark-commits: [Wireshark-commits] master 5a674d0: wslua: Convert more comment markup to Asciid
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5a674d05c900be0007b71d11ff52e7f972359b5d
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5a674d0 by Gerald Combs (gerald@xxxxxxxxxxxxx):
wslua: Convert more comment markup to Asciidoctor.
Convert links, source code blocks, and admonitions.
Change-Id: I50c8daa19a115c23f7501b91dbfd904779a609c9
Reviewed-on: https://code.wireshark.org/review/25720
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 04df349 ModelHelperTreeItem: Rename appendChild -> prependChild
adds 5a674d0 wslua: Convert more comment markup to Asciidoctor.
Summary of changes:
docbook/make-wsluarm.pl | 68 +++++++++++------------------------------
epan/wslua/wslua.h | 2 +-
epan/wslua/wslua_capture_info.c | 12 ++++++--
epan/wslua/wslua_dir.c | 5 ++-
epan/wslua/wslua_dissector.c | 6 ++--
epan/wslua/wslua_field.c | 2 +-
epan/wslua/wslua_file.c | 8 +++--
epan/wslua/wslua_file_handler.c | 8 +++--
epan/wslua/wslua_frame_info.c | 5 ++-
epan/wslua/wslua_int64.c | 6 ++--
epan/wslua/wslua_internals.c | 8 ++---
epan/wslua/wslua_listener.c | 24 +++++++++++----
epan/wslua/wslua_nstime.c | 4 +--
epan/wslua/wslua_proto.c | 2 +-
epan/wslua/wslua_struct.c | 13 +++++---
epan/wslua/wslua_tree.c | 14 ++++++---
epan/wslua/wslua_tvb.c | 10 ++++--
epan/wslua/wslua_util.c | 6 ++--
18 files changed, 108 insertions(+), 95 deletions(-)