summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-02-09 23:02:32 +0000
committerDavid Robillard <d@drobilla.net>2012-02-09 23:02:32 +0000
commitd7b8e9ca9b61fff552b55a03dbdf5c6400c67baf (patch)
treea689ddc42bad1418b43a4cc77e44e4f591040b63
parentdf1879cabfd141511b458b98b16a7150e1406e7d (diff)
downloadzix-d7b8e9ca9b61fff552b55a03dbdf5c6400c67baf.tar.gz
zix-d7b8e9ca9b61fff552b55a03dbdf5c6400c67baf.tar.bz2
zix-d7b8e9ca9b61fff552b55a03dbdf5c6400c67baf.zip
Fix documentation errors.
git-svn-id: http://svn.drobilla.net/zix/trunk@67 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
-rw-r--r--zix/fat_patree.h2
-rw-r--r--zix/sorted_array.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/zix/fat_patree.h b/zix/fat_patree.h
index 057ac51..bc3bd66 100644
--- a/zix/fat_patree.h
+++ b/zix/fat_patree.h
@@ -22,7 +22,7 @@
/**
@addtogroup zix
@{
- @name Patree
+ @name FatPatree
@{
*/
diff --git a/zix/sorted_array.h b/zix/sorted_array.h
index 06177dd..8a846ec 100644
--- a/zix/sorted_array.h
+++ b/zix/sorted_array.h
@@ -37,7 +37,7 @@ extern "C" {
typedef struct ZixSortedArrayImpl ZixSortedArray;
/**
- An iterator over a @ref ZixSortedArray.
+ An iterator over a ZixSortedArray.
*/
typedef void* ZixSortedArrayIter;