Added link to test.c from main API page, and doxygenified the test.c comments.
This commit is contained in:
parent
fcb0a33da9
commit
3aa83e7a48
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue