Skip to content

Commit

Permalink
Documentation: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Apr 14, 2013
1 parent e9a00db commit 897a333
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions doomsday/api/doomsday.h
Expand Up @@ -94,6 +94,12 @@
* @ingroup base
*/

/**
* @defgroup input Input Subsystem
* @ingroup ui
* Input devices and command/control bindings.
*/

/**
* @defgroup system System Routines
* @ingroup base
Expand Down
2 changes: 1 addition & 1 deletion doomsday/libdeng2/src/data/record.cpp
Expand Up @@ -99,7 +99,7 @@ DENG2_PIMPL(Record)
* Returns the record inside which the variable identified by path @a name
* resides. The necessary subrecords are created if they don't exist.
*
* @param name Variable name or path.
* @param pathOrName Variable name or path.
*
* @return Parent record for the variable.
*/
Expand Down

0 comments on commit 897a333

Please sign in to comment.