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