Skip to content

Commit

Permalink
libdoomsday: Improved documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 7, 2014
1 parent 93f954f commit eac4e2c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doomsday/libdoomsday/include/doomsday/defs/definition.h
Expand Up @@ -25,7 +25,8 @@
namespace defn {

/**
* Base class for definition records.
* Base class for definition record accessors.
* @ingroup data
*/
class LIBDOOMSDAY_PUBLIC Definition : public de::RecordAccessor
{
Expand All @@ -39,7 +40,7 @@ class LIBDOOMSDAY_PUBLIC Definition : public de::RecordAccessor
de::Record const &def() const;

/**
* Determines if the definition point to a record.
* Determines if this definition accessor points to a record.
*/
operator bool() const;

Expand Down

0 comments on commit eac4e2c

Please sign in to comment.