From 5be5bf82de85213bf5a6a08a8962ce45524bde67 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Fri, 7 Sep 2001 11:05:00 +0000 Subject: [PATCH] updates. --- TODO | 2 +- lib/LIBINDEX | 2 +- lib/silcclient/DIRECTORY | 3 --- lib/silcclient/silcapi.h | 2 +- lib/silccore/DIRECTORY | 3 --- lib/silccrypt/DIRECTORY | 2 -- lib/silcmath/DIRECTORY | 3 --- lib/silcske/DIRECTORY | 2 -- lib/silcutil/DIRECTORY | 29 +++++++++++++---------------- lib/silcutil/silcmutex.h | 2 +- lib/silcutil/silcnet.h | 2 +- lib/silcutil/silcschedule.h | 4 ++-- lib/silcutil/silcthread.h | 2 +- scripts/silcdoc/index.php | 4 +--- util/robodoc/Source/generator.c | 6 ++++-- 15 files changed, 26 insertions(+), 42 deletions(-) diff --git a/TODO b/TODO index cc5fc769..3099b3c4 100644 --- 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 diff --git a/lib/LIBINDEX b/lib/LIBINDEX index 28134468..5e4ce530 100644 --- a/lib/LIBINDEX +++ b/lib/LIBINDEX @@ -10,6 +10,6 @@ Updated: @DATE@

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. +be version 0.02 of the SILC Toolkit Reference Manual.

@BODY@ diff --git a/lib/silcclient/DIRECTORY b/lib/silcclient/DIRECTORY index 67fdac4f..f4ac2554 100644 --- a/lib/silcclient/DIRECTORY +++ b/lib/silcclient/DIRECTORY @@ -4,7 +4,6 @@ @LINK=silcapi.html:SILC Client API --> -
    SILC Client Library

    Introduction

    
    @@ -28,5 +27,3 @@ the library.
     
    @LINKS@ - -
diff --git a/lib/silcclient/silcapi.h b/lib/silcclient/silcapi.h index 22266d68..c3725a9e 100644 --- a/lib/silcclient/silcapi.h +++ b/lib/silcclient/silcapi.h @@ -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 * diff --git a/lib/silccore/DIRECTORY b/lib/silccore/DIRECTORY index b9c23d6d..fe8accb2 100644 --- a/lib/silccore/DIRECTORY +++ b/lib/silccore/DIRECTORY @@ -14,7 +14,6 @@ @LINK=silcprotocol.html:SILC Protocol API --> -
    SILC Core Library

    Introduction

    
    @@ -26,5 +25,3 @@ routines, and routines for sending private message and channel messages.
     
    @LINKS@ - -
diff --git a/lib/silccrypt/DIRECTORY b/lib/silccrypt/DIRECTORY index b3ce891d..25b8233b 100644 --- a/lib/silccrypt/DIRECTORY +++ b/lib/silccrypt/DIRECTORY @@ -8,7 +8,6 @@ @LINK=silcrng.html:SILC RNG API --> -
    SILC Crypto Library

    Introduction

    
    @@ -21,4 +20,3 @@ strong random number generator.
     
     @LINKS@
     
    -
diff --git a/lib/silcmath/DIRECTORY b/lib/silcmath/DIRECTORY index a4419f82..c4b956f4 100644 --- a/lib/silcmath/DIRECTORY +++ b/lib/silcmath/DIRECTORY @@ -5,7 +5,6 @@ @LINK=silcmp.html:SILC MP API --> -
    SILC Math Library

    Introduction

    
    @@ -16,5 +15,3 @@ math utility functions for applications.
     
    @LINKS@ - -
diff --git a/lib/silcske/DIRECTORY b/lib/silcske/DIRECTORY index b84ba327..d57c8bfe 100644 --- a/lib/silcske/DIRECTORY +++ b/lib/silcske/DIRECTORY @@ -5,7 +5,6 @@ @LINK=silcske_status.html:SILC SKE Status --> -
    SILC Key Exchange Library

    Introduction

    
    @@ -16,4 +15,3 @@ It provides the key exchange protocol for all SILC applications.
     
     @LINKS@
     
    -
diff --git a/lib/silcutil/DIRECTORY b/lib/silcutil/DIRECTORY index 99b7cf89..83db157e 100644 --- a/lib/silcutil/DIRECTORY +++ b/lib/silcutil/DIRECTORY @@ -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 --> -
    SILC Utility Library

    Introduction

    
    @@ -32,5 +31,3 @@ such as Unix and WIN32.
     
    @LINKS@ - -
diff --git a/lib/silcutil/silcmutex.h b/lib/silcutil/silcmutex.h index e2818b9d..076b667b 100644 --- a/lib/silcutil/silcmutex.h +++ b/lib/silcutil/silcmutex.h @@ -26,7 +26,7 @@ * independent mutual exclusion interface for applications that need * concurrency control. * - */ + ***/ #ifndef SILCMUTEX_H #define SILCMUTEX_H diff --git a/lib/silcutil/silcnet.h b/lib/silcutil/silcnet.h index 4c966eab..53cad167 100644 --- a/lib/silcutil/silcnet.h +++ b/lib/silcutil/silcnet.h @@ -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 diff --git a/lib/silcutil/silcschedule.h b/lib/silcutil/silcschedule.h index bc2ed465..8ae2cd41 100644 --- a/lib/silcutil/silcschedule.h +++ b/lib/silcutil/silcschedule.h @@ -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 * diff --git a/lib/silcutil/silcthread.h b/lib/silcutil/silcthread.h index aba0cd0a..cbc072bd 100644 --- a/lib/silcutil/silcthread.h +++ b/lib/silcutil/silcthread.h @@ -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 diff --git a/scripts/silcdoc/index.php b/scripts/silcdoc/index.php index d4119600..0ad58fa5 100644 --- a/scripts/silcdoc/index.php +++ b/scripts/silcdoc/index.php @@ -1,6 +1,4 @@ - - - + diff --git a/util/robodoc/Source/generator.c b/util/robodoc/Source/generator.c index db013bc5..c9dcd8de 100644 --- a/util/robodoc/Source/generator.c +++ b/util/robodoc/Source/generator.c @@ -268,8 +268,8 @@ RB_Generate_Doc_Start ( #if 0 fprintf (dest_doc, "

TABLE OF CONTENTS

\n"); -#endif fprintf (dest_doc, "
    \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, "
  1. %s\n", - fname, cur_header->name); + fname, cur_header->function_name); if (index) fprintf (index, " >> %s
    \n", fname, cur_header->function_name); @@ -352,7 +352,9 @@ RB_Generate_Doc_Start ( } } +#if 0 fprintf (dest_doc, "
\n"); +#endif if (index) fclose(index); -- 2.24.0