ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 04aad36: Convert the Lua reference to AsciiDoc.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 9 Nov 2014 05:12:12 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=04aad36c0e9179ceb36b9459d52aad0059b7d1f2
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

04aad36 by Gerald Combs (gerald@xxxxxxxx):

    Convert the Lua reference to AsciiDoc.
    
    Move it to the Developer's Guide while we're here.
    
    Nudge the markup in epan/wslua where needed. Note that we should
    probably convert it to AsciiDoc (if we're going to keep it in the DG) or
    Doxygen.
    
    Change-Id: Ie175111043f98b7a37eeeb8d185a833d8e866f8b
    Reviewed-on: https://code.wireshark.org/review/5203
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  5020856   Fix error: parameter 'XX' not found in the function declaration (-Wdocumentation)
    adds  04aad36   Convert the Lua reference to AsciiDoc.


Summary of changes:
 docbook/CMakeLists.txt                     |    5 +-
 docbook/GPL_appendix.asciidoc              |    4 +-
 docbook/Makefile.am                        |   22 +-
 docbook/Makefile.common                    |    2 +-
 docbook/Makefile.nmake                     |   24 +-
 docbook/developer-guide-docinfo.xml        |    7 +
 docbook/developer-guide.asciidoc           |    2 +
 docbook/make-wsluarm.pl                    |  218 ++++-----
 docbook/user-guide.xml                     |   21 -
 docbook/wsluarm.asciidoc                   |  689 +++++++++++++++++++++++++++
 docbook/wsluarm.xml                        |  713 ----------------------------
 docbook/wsug_src/WSUG_chapter_use.asciidoc |    2 +-
 epan/wslua/wslua_int64.c                   |    2 +-
 epan/wslua/wslua_struct.c                  |   50 +-
 epan/wslua/wslua_tree.c                    |    4 +-
 epan/wslua/wslua_tvb.c                     |    2 +-
 16 files changed, 838 insertions(+), 929 deletions(-)
 create mode 100644 docbook/wsluarm.asciidoc
 delete mode 100644 docbook/wsluarm.xml