diff options
author | hunt <hunt> | 2005-06-29 19:53:05 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-06-29 19:53:05 +0000 |
commit | 05785c11dfdeaf11d98e7d65486a3870d00b5206 (patch) | |
tree | 1aca52ed84f664a315881a71970af912623cdd30 /runtime/Doxyfile | |
parent | 126a29f4cc293f4497b8796c4fa1625236554067 (diff) | |
download | systemtap-steved-05785c11dfdeaf11d98e7d65486a3870d00b5206.tar.gz systemtap-steved-05785c11dfdeaf11d98e7d65486a3870d00b5206.tar.xz systemtap-steved-05785c11dfdeaf11d98e7d65486a3870d00b5206.zip |
2005-06-29 Martin Hunt <hunt@redhat.com>
* map-values.c (_stp_map_add_int64): Fix docs.
* map-str.c: Fix some docs
* map.c: Ditto.
* map.doc: Ditto.
Diffstat (limited to 'runtime/Doxyfile')
-rw-r--r-- | runtime/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Doxyfile b/runtime/Doxyfile index 7ab816db..832b34da 100644 --- a/runtime/Doxyfile +++ b/runtime/Doxyfile @@ -23,7 +23,7 @@ PROJECT_NAME = "SystemTap Runtime" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.6 +PROJECT_NUMBER = 0.61 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. |