diff options
Diffstat (limited to 'runtime/docs/html/README-source.html')
-rw-r--r-- | runtime/docs/html/README-source.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/runtime/docs/html/README-source.html b/runtime/docs/html/README-source.html index e3a311ea..1b03993d 100644 --- a/runtime/docs/html/README-source.html +++ b/runtime/docs/html/README-source.html @@ -4,7 +4,7 @@ <link href="doxygen.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.4.1 --> -<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related Pages</a></div> +<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related Pages</a></div> <h1>README</h1><div class="fragment"><pre class="fragment">00001 <span class="comment">/** @mainpage SystemTap Runtime Library</span> 00002 <span class="comment"> *</span> 00003 <span class="comment"> * @section intro_sec Introduction</span> @@ -39,7 +39,7 @@ 00032 <span class="comment"> *</span> 00033 <span class="comment"> * @subsection list_sec Lists</span> 00034 <span class="comment"> * A list is a special map which has internally ascending long integer keys. Adding a value to</span> -00035 <span class="comment"> * a list does not require setting a key first. Create a list with _stp_map_new(). Add to it</span> +00035 <span class="comment"> * a list does not require setting a key first. Create a list with _stp_list_new(). Add to it</span> 00036 <span class="comment"> * with _stp_list_add_str() and _stp_list_add_int64(). Clear it with _stp_list_clear().</span> 00037 <span class="comment"> *</span> 00038 <span class="comment"> * @section status_sec Status</span> @@ -57,7 +57,8 @@ 00050 <span class="comment"> * </span> 00051 <span class="comment"> * @section todo_sec ToDo </span> 00052 <span class="comment"> * \link todo Click Here for Complete List \endlink</span> -00053 <span class="comment"> */</span> -</pre></div><hr size="1"><address style="align: right;"><small> -Generated on Tue Mar 22 10:27:36 2005 for SystemTap.</small></body> -</html> +00053 <span class="comment"> *</span> +00054 <span class="comment"> * @section links Links</span> +00055 <span class="comment"> * <a href="http://sources.redhat.com/systemtap/">SystemTap Project Page</a></span> +00056 <span class="comment"> */</span> +</pre></div></body></html> |