summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-03-18 13:43:56 +0000
committerjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-03-18 13:43:56 +0000
commita54eca8740e4dbc58582d17ffbf97759568dc006 (patch)
treec715fa44c2d454e18840e8ea08eb6e07af94861d /src
parent76ebbc81e6b5c9e70f8cf6d6dfe690b6685493c6 (diff)
fix header comment description of where more documentation can be found
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4013 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src')
-rw-r--r--src/include/util_Table.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/util_Table.h b/src/include/util_Table.h
index 1dace54e..db1d0102 100644
--- a/src/include/util_Table.h
+++ b/src/include/util_Table.h
@@ -4,9 +4,11 @@
@author Jonathan Thornburg <jthorn@aei.mpg.de>
@desc
This header defines the programmer API for Cactus key-value tables.
- This is documented in
+ This is documented in the Cactus Reference Manual,
+ and there's a tutorial introduction to the API
+ in chapter C of the Cactus Users' Guide.
+ A slightly-out-of-date draft of this API can also be found in
http://www.cactuscode.org/Development/Specs/KeyValueLookup.txt
- FIXME: this is a bit out of date :(
@enddesc
@seefile seefile Table.c
@version $Header$