aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/user-guide.xml
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-07-21 20:46:41 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-07-21 20:46:41 +0000
commitd8f36a6123b5f32fb1f8426ae9b9877a74959e6a (patch)
treefd8364a17a2fae19c701deac5c0830fe61d5a540 /docbook/user-guide.xml
parentdf708ff379d79a2371dcd3b6fdc6133b6de4f0ee (diff)
Cleanup how WsLuaRm is inserted
Add a section introducing wslua and how scripts are loaded (to be completed). svn:ignore wsluarm (a dummy file to mark the generation of the various components of the reference manual) svn path=/trunk/; revision=22375
Diffstat (limited to 'docbook/user-guide.xml')
-rw-r--r--docbook/user-guide.xml18
1 files changed, 5 insertions, 13 deletions
diff --git a/docbook/user-guide.xml b/docbook/user-guide.xml
index b4de6ed62f..188625d93f 100644
--- a/docbook/user-guide.xml
+++ b/docbook/user-guide.xml
@@ -297,6 +297,8 @@ FILE SECTION
<!--
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">
@@ -326,11 +328,13 @@ WSLua Reference Manual
&ChapterStatistics;
&ChapterCustomize;
+ &WsLuaRm;
+
&AppFiles;
&AppProtocols;
&AppMessages;
&AppTools;
-
+
&AppGPL;
<!--
Removed, as these chapters must be reworked
@@ -342,17 +346,5 @@ WSLua Reference Manual
&ChapterTroubleshoot;
-->
- <chapter id="wsluarm">
- <title>Wireshark's Lua API Reference Manual</title>
- &WsLuaDumper;
- &WsLuaField;
- &WsLuaGui;
- &WsLuaListener;
- &WsLuaPinfo;
- &WsLuaProto;
- &WsLuaTree;
- &WsLuaTvb;
- &WsLuaUtility;
- </chapter>
</book>