diff options
author | unknown <mats@romeo.(none)> | 2006-10-20 21:50:08 +0200 |
---|---|---|
committer | unknown <mats@romeo.(none)> | 2006-10-20 21:50:08 +0200 |
commit | ba53dc35eb8bcbc68186bff6e599b56c67a8ca1f (patch) | |
tree | cce3ef7efab35ba7224350f3e94550f61ba9301b /unittest/README.txt | |
parent | 207202aafa211447e79514f060393c780b768ce6 (diff) | |
download | mariadb-git-ba53dc35eb8bcbc68186bff6e599b56c67a8ca1f.tar.gz |
Documentation changes to MyTAP.
unittest/README.txt:
Adding reference to generated documentation
unittest/mytap/Doxyfile:
Some configuration changes to make Doxygen generate better documentation.
unittest/mytap/tap.c:
Adding documentation and tags
unittest/mytap/tap.h:
Adding tags to provide document-internal references.
Diffstat (limited to 'unittest/README.txt')
-rw-r--r-- | unittest/README.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/unittest/README.txt b/unittest/README.txt index 0d8bb9025d8..72f76c30b67 100644 --- a/unittest/README.txt +++ b/unittest/README.txt @@ -37,3 +37,12 @@ directory and add the following to the Makefile.am in that directory Note, it's important to have "-t" at the end of the filename, otherwise the test won't be executed by 'make test' ! + +Documentation +------------- + +The generated documentation is temporarily placed at: + + http://www.kindahl.net/mytap/doc/ + +I will move it to a better place once I figure out where and how. |