updates.
authorPekka Riikonen <priikone@silcnet.org>
Fri, 7 Sep 2001 11:05:00 +0000 (11:05 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Fri, 7 Sep 2001 11:05:00 +0000 (11:05 +0000)
15 files changed:
TODO
lib/LIBINDEX
lib/silcclient/DIRECTORY
lib/silcclient/silcapi.h
lib/silccore/DIRECTORY
lib/silccrypt/DIRECTORY
lib/silcmath/DIRECTORY
lib/silcske/DIRECTORY
lib/silcutil/DIRECTORY
lib/silcutil/silcmutex.h
lib/silcutil/silcnet.h
lib/silcutil/silcschedule.h
lib/silcutil/silcthread.h
scripts/silcdoc/index.php
util/robodoc/Source/generator.c

diff --git a/TODO b/TODO
index cc5fc769a559e397fee0dbfc0528d3ca0eb3f862..3099b3c44ac437bf7990a1fbd5cc1fbd1b1c742f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -14,7 +14,7 @@ TODO/bugs in Irssi SILC client
    cipher, hash, hmac and pkcs configuration to the Irssi SILC's config
    file.
 
- o The QUIT command should wait for servers disconnection (at least for
+ o The QUIT command should wait for server's disconnection (at least for
    a while) before exiting the application.
 
  o The JOIN command's HELP is generated from Irssi IRCs JOIN help and
index 281344687685a04eb3f8d39bcbd466cd427a40ec..5e4ce5301b09a22e3911b3c0360b23c972b827a9 100644 (file)
@@ -10,6 +10,6 @@ Updated: @DATE@
 <BR><BR>
 <B><FONT SIZE="2">Note that this document is still under work and does not
 include yet all references for SILC Toolkit interfaces.  Consider this to
-be version 0.01 of the SILC Toolkit Reference Manual.</B>
+be version 0.02 of the SILC Toolkit Reference Manual.</FONT></B>
 <BR><BR>
 @BODY@
index 67fdac4f0d96121742830ee938c630ca14853687..f4ac2554a5b926f3b52d220271ef6a2ed2af2129 100644 (file)
@@ -4,7 +4,6 @@
 @LINK=silcapi.html:SILC Client API
 -->
 
-<OL>
 <FONT SIZE="+3">SILC Client Library</FONT><BR><BR>
 <FONT SIZE="+1" COLOR="#000044"><B>Introduction</B></FONT><BR><BR>
 <PRE><FONT FACE="Helvetica,Arial,Sans-serif">
@@ -28,5 +27,3 @@ the library.
 </PRE>
 
 @LINKS@
-
-</OL>
index 22266d68248e6eb5d396c337641ef6c8d306880c..c3725a9efe42724b875ad6c1ebdfdb7860b5c041 100644 (file)
@@ -994,7 +994,7 @@ SilcChannelEntry silc_client_get_channel_by_id(SilcClient client,
                                               SilcClientConnection conn,
                                               SilcChannelID *channel_id);
 
-/****f* silcclient/SilcClientAPI/silc_client_get_channel
+/****f* silcclient/SilcClientAPI/silc_client_get_channel_by_id_resolve
  *
  * SYNOPSIS
  *
index b9c23d6dbf005771d840afc78635648a408d5f12..fe8accb2825daee7bf16145d12aa8dfdcdfbc445 100644 (file)
@@ -14,7 +14,6 @@
 @LINK=silcprotocol.html:SILC Protocol API
 -->
 
-<OL>
 <FONT SIZE="+3">SILC Core Library</FONT><BR><BR>
 <FONT SIZE="+1" COLOR="#000044"><B>Introduction</B></FONT><BR><BR>
 <PRE><FONT FACE="Helvetica,Arial,Sans-serif">
@@ -26,5 +25,3 @@ routines, and routines for sending private message and channel messages.
 </PRE>
 
 @LINKS@
-
-</OL>
index b3ce891dd8aea0ea3d63a3346b21e7b684825291..25b8233be0d6ac880617730ec2d3bbf8a95f1d42 100644 (file)
@@ -8,7 +8,6 @@
 @LINK=silcrng.html:SILC RNG API
 -->
 
-<OL>
 <FONT SIZE="+3">SILC Crypto Library</FONT><BR><BR>
 <FONT SIZE="+1" COLOR="#000044"><B>Introduction</B></FONT><BR><BR>
 <PRE><FONT FACE="Helvetica,Arial,Sans-serif">
@@ -21,4 +20,3 @@ strong random number generator.
 
 @LINKS@
 
-</OL>
index a4419f825f05abb5b7bbb911bbdafb9fde3ae661..c4b956f466204c663e85f9732dcff4aba39433e9 100644 (file)
@@ -5,7 +5,6 @@
 @LINK=silcmp.html:SILC MP API
 -->
 
-<OL>
 <FONT SIZE="+3">SILC Math Library</FONT><BR><BR>
 <FONT SIZE="+1" COLOR="#000044"><B>Introduction</B></FONT><BR><BR>
 <PRE><FONT FACE="Helvetica,Arial,Sans-serif">
@@ -16,5 +15,3 @@ math utility functions for applications.
 </PRE>
 
 @LINKS@
-
-</OL>
index b84ba327ba7f43ce46e95aea4bc6cce719f5a470..d57c8bfe6bf15df1e79c252fbed76b8b179d5bb2 100644 (file)
@@ -5,7 +5,6 @@
 @LINK=silcske_status.html:SILC SKE Status
 -->
 
-<OL>
 <FONT SIZE="+3">SILC Key Exchange Library</FONT><BR><BR>
 <FONT SIZE="+1" COLOR="#000044"><B>Introduction</B></FONT><BR><BR>
 <PRE><FONT FACE="Helvetica,Arial,Sans-serif">
@@ -16,4 +15,3 @@ It provides the key exchange protocol for all SILC applications.
 
 @LINKS@
 
-</OL>
index 99b7cf897ef5d2b224de090ca81bf0c457a06f12..83db157e289882561bee52855abf025f834454fd 100644 (file)
@@ -3,22 +3,21 @@
 @FILENAME=silcutillib.html
 @LINK=silcbuffer.html:SILC Buffer API
 @LINK=silcbuffmt.html:SILC Buffer Format API
-@LINK="silcbufutil.html:SILC Buffer Utility API
-@LINK="silchashtable.html:SILC Hash Table API
-@LINK="silclog.html:SILC Log and Debug API
-@LINK="silcmemory.html:SILC Memory API
-@LINK="silcmutex.html:SILC Mutex API
-@LINK="silcthread.html:SILC Thread API
-@LINK="silcnet.html:SILC Net API
-@LINK="silcschedule.html:SILC Schedule API
-@LINK="silcsockconn.html:SILC Socket Connection API
-@LINK="silcutil.html:SILC Util API
-@LINK="silczip.html:SILC Zip API
-@LINK="silclist.html:SILC List API
-@LINK="silcdlist.html:SILC Dynamic List API
+@LINK=silcbufutil.html:SILC Buffer Utility API
+@LINK=silchashtable.html:SILC Hash Table API
+@LINK=silclog.html:SILC Log and Debug API
+@LINK=silcmemory.html:SILC Memory API
+@LINK=silcmutex.html:SILC Mutex API
+@LINK=silcthread.html:SILC Thread API
+@LINK=silcnet.html:SILC Net API
+@LINK=silcschedule.html:SILC Schedule API
+@LINK=silcsockconn.html:SILC Socket Connection API
+@LINK=silcutil.html:SILC Util API
+@LINK=silczip.html:SILC Zip API
+@LINK=silclist.html:SILC List API
+@LINK=silcdlist.html:SILC Dynamic List API
 -->
 
-<OL>
 <FONT SIZE="+3">SILC Utility Library</FONT><BR><BR>
 <FONT SIZE="+1" COLOR="#000044"><B>Introduction</B></FONT><BR><BR>
 <PRE><FONT FACE="Helvetica,Arial,Sans-serif">
@@ -32,5 +31,3 @@ such as Unix and WIN32.
 </PRE>
 
 @LINKS@
-
-</OL>
index e2818b9d84c6c3b872fcbf99619aa1846433861f..076b667bfe05295c8c5cb7c76b21c1fb666267ee 100644 (file)
@@ -26,7 +26,7 @@
  * independent mutual exclusion interface for applications that need 
  * concurrency control.
  *
- */
+ ***/
 
 #ifndef SILCMUTEX_H
 #define SILCMUTEX_H
index 4c966eab54b9ad9eea621b2c4b5f0517a6ca7f09..53cad16789ef5e6ad3268945b16361bc12056159 100644 (file)
@@ -31,7 +31,7 @@
  * calling the silc_net_win32_uninit function. The initializing must be
  * done in order to assure that the SILC Net API works correctly.
  *
- */
+ ***/
 
 #ifndef SILCNET_H
 #define SILCNET_H
index bc2ed46593b3dc4aa6d5a2bb99dfa01e175300e1..8ae2cd417898b13a991159c6352726460402d17e 100644 (file)
@@ -199,7 +199,7 @@ typedef enum {
 } SilcTaskPriority;
 /***/
 
-/****f* silcutil/SilcScheduleAPI/silc_schedule_init
+/****f* silcutil/SilcScheduleAPI/SilcTaskCallback
  *
  * SYNOPSIS
  *
@@ -262,7 +262,7 @@ static void func(SilcSchedule schedule, SilcTaskEvent type, \
                 uint32 fd, void *context)
 /***/
 
-/****d* silcutil/SilcScheduleAPI/SILC_TASK_CALLBACK
+/****d* silcutil/SilcScheduleAPI/SILC_TASK_CALLBACK_GLOBAL
  *
  * NAME
  * 
index aba0cd0a0c6b29b33309ef396177f08346ba30d1..cbc072bdfd663429350d4b718fe9bdaf4e4a78c9 100644 (file)
@@ -27,7 +27,7 @@
  * with the application's main thread. The threads created with this 
  * interface executes concurrently with the calling thread.
  *
- */
+ ***/
 
 #ifndef SILCTHREAD_H
 #define SILCTHREAD_H
index d4119600f12844d52aaef8f7d6378ce4829d2f08..0ad58fa55374b32bb49be09c710a95f10eacab45 100644 (file)
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<html>
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-a" />
  <meta http-equiv="Content-Language" content="en" />
index db013bc5d33a416502d1dc0e7d83cfddf0250815..c9dcd8de8a59f26c242687ea882acda7b30027f2 100644 (file)
@@ -268,8 +268,8 @@ RB_Generate_Doc_Start (
 #if 0
          fprintf (dest_doc,
                   "<H3 ALIGN=\"center\">TABLE OF CONTENTS</H3>\n");
-#endif
          fprintf (dest_doc, "<OL>\n");
+#endif
 
          /* Generate quick index file, for fast referencing */
          sprintf(iname, "%s_index.tmpl", doc_base);
@@ -344,7 +344,7 @@ RB_Generate_Doc_Start (
                  else
                    {
                      fprintf (dest_doc, "<LI><A HREF=\"%s\">%s</A>\n",
-                              fname, cur_header->name);
+                              fname, cur_header->function_name);
                      if (index)
                        fprintf (index, " >> <A HREF=\"%s\">%s</A><BR>\n",
                                 fname, cur_header->function_name);
@@ -352,7 +352,9 @@ RB_Generate_Doc_Start (
                }
            }
 
+#if 0
          fprintf (dest_doc, "</OL>\n");
+#endif
 
          if (index)
            fclose(index);