aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/user-guide.xml
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2014-11-02 13:20:08 -0800
committerGerald Combs <gerald@wireshark.org>2014-11-09 05:12:09 +0000
commit04aad36c0e9179ceb36b9459d52aad0059b7d1f2 (patch)
tree6678632b4620b8f107c306c7d6541641bef01854 /docbook/user-guide.xml
parent502085662fd22deadd7d405a5bf13edbaff2516c (diff)
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@wireshark.org>
Diffstat (limited to 'docbook/user-guide.xml')
-rw-r--r--docbook/user-guide.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/docbook/user-guide.xml b/docbook/user-guide.xml
index eb20e44265..12a9e96ee7 100644
--- a/docbook/user-guide.xml
+++ b/docbook/user-guide.xml
@@ -329,25 +329,6 @@ FILE SECTION
<!ENTITY AppHowItWorks SYSTEM "wsug_src/WSUG_app_howitworks.xml">
<!ENTITY AppTools SYSTEM "wsug_src/WSUG_app_tools.xml">
<!ENTITY AppGPL SYSTEM "GPL_appendix.xml">
-
-<!--
-WSLua Reference Manual
--->
- <!ENTITY WsLuaRm SYSTEM "wsluarm.xml">
- <!ENTITY WsLuaDumper SYSTEM "wsluarm_src/wslua_dumper.xml">
- <!ENTITY WsLuaField SYSTEM "wsluarm_src/wslua_field.xml">
- <!ENTITY WsLuaGui SYSTEM "wsluarm_src/wslua_gui.xml">
- <!ENTITY WsLuaListener SYSTEM "wsluarm_src/wslua_listener.xml">
- <!ENTITY WsLuaPinfo SYSTEM "wsluarm_src/wslua_pinfo.xml">
- <!ENTITY WsLuaProto SYSTEM "wsluarm_src/wslua_proto.xml">
- <!ENTITY WsLuaTree SYSTEM "wsluarm_src/wslua_tree.xml">
- <!ENTITY WsLuaTvb SYSTEM "wsluarm_src/wslua_tvb.xml">
- <!ENTITY WsLuaFile SYSTEM "wsluarm_src/wslua_file.xml">
- <!ENTITY WsLuaDir SYSTEM "wsluarm_src/wslua_dir.xml">
- <!ENTITY WsLuaUtility SYSTEM "wsluarm_src/wslua_util.xml">
- <!ENTITY WsLuaInt64 SYSTEM "wsluarm_src/wslua_int64.xml">
- <!ENTITY WsLuaStruct SYSTEM "wsluarm_src/wslua_struct.xml">
-
]>
<book>
@@ -366,8 +347,6 @@ WSLua Reference Manual
&ChapterTelephony;
&ChapterCustomize;
- &WsLuaRm;
-
&AppFiles;
&AppProtocols;
&AppMessages;