Skip to content

Commit

Permalink
Documentation: Fixed some warnings from Doxygen
Browse files Browse the repository at this point in the history
A missing reference and an obsolete config setting.
  • Loading branch information
skyjake committed Oct 18, 2013
1 parent a20f18b commit dd7f0ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion doomsday/api/api_map.h
Expand Up @@ -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);

Expand Down
1 change: 0 additions & 1 deletion doomsday/doomsday.doxy
Expand Up @@ -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
#---------------------------------------------------------------------------
Expand Down

0 comments on commit dd7f0ec

Please sign in to comment.