summaryrefslogtreecommitdiff
path: root/src/util/Table.c
diff options
context:
space:
mode:
authorjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-03-18 13:46:34 +0000
committerjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-03-18 13:46:34 +0000
commit6bf5b1916017175e3dd168bce0d2d00fbbf27f59 (patch)
tree8402f4816ef8868b97e3c838686d183cfb4e977a /src/util/Table.c
parenta54eca8740e4dbc58582d17ffbf97759568dc006 (diff)
update header comment description of where more docs can be found
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4014 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/util/Table.c')
-rw-r--r--src/util/Table.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/util/Table.c b/src/util/Table.c
index b8ec30f6..932b0834 100644
--- a/src/util/Table.c
+++ b/src/util/Table.c
@@ -8,8 +8,9 @@
@author Jonathan Thornburg <jthorn@aei.mpg.de>
@desc
This program implements the key-value table API defined
- in util_Table.h and in the Cactus User's Guide. A slightly
- earlier version of this is documented in
+ in util_Table.h, the Cactus Reference Manual, and in
+ chapter C of the the Cactus User's Guide. A slightly
+ earlier version of this API is documented in
http://www.cactuscode.org/Development/Specs/KeyValueLookup.txt
@enddesc
@version $Id$