summaryrefslogtreecommitdiffstats
path: root/runtime/docs/html/README-source.html
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/docs/html/README-source.html')
-rw-r--r--runtime/docs/html/README-source.html13
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&nbsp;Page</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
+<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;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"> * &lt;a href="http://sources.redhat.com/systemtap/"&gt;SystemTap Project Page&lt;/a&gt;</span>
+00056 <span class="comment"> */</span>
+</pre></div></body></html>