diff options
-rw-r--r-- | zix/fat_patree.h | 2 | ||||
-rw-r--r-- | zix/sorted_array.h | 2 |
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; |