From dd7f0ec8cd715152c91d92b79dc0d43e2b7194ba Mon Sep 17 00:00:00 2001 From: skyjake Date: Fri, 18 Oct 2013 07:59:48 +0300 Subject: [PATCH] Documentation: Fixed some warnings from Doxygen A missing reference and an obsolete config setting. --- doomsday/api/api_map.h | 2 +- doomsday/doomsday.doxy | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/doomsday/api/api_map.h b/doomsday/api/api_map.h index afafa1540b..ecfb6ee7e7 100644 --- a/doomsday/api/api_map.h +++ b/doomsday/api/api_map.h @@ -264,7 +264,7 @@ DENG_API_TYPEDEF(Map) * multiple mapblocks, so increment validCount before the first call, then * make one or more calls to it. * - * @param flags @ref lineBoxIteratorFlags + * @param flags @ref lineIteratorFlags */ int (*L_BoxIterator)(AABoxd const *box, int flags, int (*callback) (Line *, void *), void *context); diff --git a/doomsday/doomsday.doxy b/doomsday/doomsday.doxy index 5cb71fd37f..4041faf79b 100644 --- a/doomsday/doomsday.doxy +++ b/doomsday/doomsday.doxy @@ -42,7 +42,6 @@ SUBGROUPING = YES INLINE_GROUPED_CLASSES = NO INLINE_SIMPLE_STRUCTS = NO TYPEDEF_HIDES_STRUCT = NO -SYMBOL_CACHE_SIZE = 0 #--------------------------------------------------------------------------- # Build related configuration options #---------------------------------------------------------------------------