Added SILC Thread Queue API
[crypto.git] / lib / doc / intro_reference.html
index 391cc1c4aaa900cd483cf46ffb333ce2310bc85b..8f9c8e650130b407e49242d2a239572c81496725 100644 (file)
@@ -1,18 +1,16 @@
 <big><b>Introduction to the Manual</b></big>
 <br />&nbsp;<br />
 
-The SILC Toolkit reference manual is a fairly large set of documents.  The
-manual includes hundreds of individual document files totalling more than
-7 MB of content space.  This document is designed to help you understand
-how the reference manual is organized, how it can be used efficiently, and
-how to find the information you need.
+This document is designed to help you understand how the reference manual is
+organized, how it can be used efficiently, and how to find the information
+you need.
 
 <br />&nbsp;<br />&nbsp;<br />
 <b>Target Audience</b>
 
 <br />&nbsp;<br />
 This Toolkit reference manual is targeted at application developers who
-would like add SILC support into their application, and to create new
+would like to add SILC support into their application, and to create new
 SILC based applications.  It is especially aimed at C and C++ programmers,
 who would like to create SILC client applications, either based on command
 line interface (CLI) or on graphical user interface (GUI).
@@ -120,4 +118,12 @@ the header file where the documentation was automatically generated.
 
 <br />&nbsp;<br />
 Note that some of these informations are optional and not all API items
-include all of these informations.
\ No newline at end of file
+include all of these informations.
+
+<br />&nbsp;<br />&nbsp;<br />
+<b>Reference Example</b>
+
+<br />&nbsp;<br />
+Please refer to this link for short example of the API item reference 
+layout: <a href="silcexample.html">SILC Example API</a>.
+