Added link to test.c from main API page, and doxygenified the test.c comments.

This commit is contained in:
Sears Russell 2006-12-18 01:12:30 +00:00
parent fcb0a33da9
commit 3aa83e7a48
2 changed files with 6 additions and 1 deletions

View file

@ -199,6 +199,8 @@ terms specified in this license.
@endcode
@see test.c for a complete, executable example of reopeneing an existing store.
@todo Explain how to determine the correct value of rootEntry.size in the case
of a hashtable.

View file

@ -2,7 +2,10 @@
#include <assert.h>
#include <lladd/transactional.h>
/*
/**
@file
Basic first program
Transactionally stores one integer, which is the version number of the store.