Skip to content

Commit

Permalink
Documentation|Fixed: All flags should be under flags or apiFlags
Browse files Browse the repository at this point in the history
The "flags" group is for internal flags, "apiFlags" for flags in the
public API.
  • Loading branch information
skyjake committed Nov 22, 2012
1 parent 3f4f3f7 commit 20e1a2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/engine/include/filesys/searchpath.h
Expand Up @@ -50,6 +50,7 @@ class SearchPath : public Uri
{
public:
/// @defgroup searchPathFlags Search Path Flags
/// @ingroup flags
enum Flag
{
/// Interpreters should not decend into branches.
Expand Down
1 change: 1 addition & 0 deletions doomsday/engine/include/resource/models.h
Expand Up @@ -38,6 +38,7 @@ typedef uint modelid_t;

/**
* @defgroup modelFrameFlags Model frame flags
* @ingroup flags
*/
///@{
#define MFF_FULLBRIGHT 0x00000001
Expand Down

0 comments on commit 20e1a2f

Please sign in to comment.