Reorganized documentation
Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
@@ -18,24 +18,25 @@
|
||||
<title>wMUD hackers' guide</title>
|
||||
<xi:include href="xml/types.xml"/>
|
||||
<xi:include href="xml/utils.xml"/>
|
||||
<xi:include href="xml/networking.xml"/>
|
||||
<xi:include href="xml/maintenance-thread.xml"/>
|
||||
<xi:include href="xml/game-networking.xml"/>
|
||||
<xi:include href="xml/interpreter.xml"/>
|
||||
<xi:include href="xml/db.xml"/>
|
||||
<xi:include href="xml/player.xml"/>
|
||||
|
||||
</chapter>
|
||||
<chapter id="object-tree">
|
||||
<!--chapter id="object-tree">
|
||||
<title>Object Hierarchy</title>
|
||||
<xi:include href="xml/tree_index.sgml"/>
|
||||
</chapter>
|
||||
</chapter-->
|
||||
<index id="api-index-full">
|
||||
<title>API Index</title>
|
||||
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
|
||||
</index>
|
||||
<index id="deprecated-api-index" role="deprecated">
|
||||
<!--index id="deprecated-api-index" role="deprecated">
|
||||
<title>Index of deprecated API</title>
|
||||
<xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
|
||||
</index>
|
||||
</index-->
|
||||
|
||||
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
|
||||
</book>
|
||||
|
@@ -1,21 +1,18 @@
|
||||
<SECTION>
|
||||
<TITLE>Data types</TITLE>
|
||||
<TITLE>wMUD's Data Types</TITLE>
|
||||
<FILE>types</FILE>
|
||||
wmudClientState
|
||||
wmudClient
|
||||
wmudPlayer
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<TITLE>Utilities and uncategorized functions</TITLE>
|
||||
<TITLE></TITLE>
|
||||
<FILE>utils</FILE>
|
||||
random_number
|
||||
wmud_random_string
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<TITLE>Networking</TITLE>
|
||||
<FILE>networking</FILE>
|
||||
<TITLE></TITLE>
|
||||
<FILE>game-networking</FILE>
|
||||
TELNET_IAC
|
||||
TELNET_WILL
|
||||
TELNET_WONT
|
||||
@@ -26,7 +23,7 @@ wmud_client_send
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<TITLE>Command interpreter</TITLE>
|
||||
<TITLE></TITLE>
|
||||
<FILE>interpreter</FILE>
|
||||
wmudCommandFunc
|
||||
wmudCommand
|
||||
|
Reference in New Issue
Block a user