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 #---------------------------------------------------------------------------