summaryrefslogtreecommitdiff
path: root/src/object.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-26 22:25:11 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-26 22:25:11 +0000
commit93096af59d8235235c0caed929b6f72dcf09cdc9 (patch)
tree379519075366d74a16b6912d6bc02fef05ce3700 /src/object.cc
parent59886567974bd3e79d30a4a9425d86d50bf425f3 (diff)
A little tidying up.
Diffstat (limited to 'src/object.cc')
-rw-r--r--src/object.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/object.cc b/src/object.cc
index e3849d79..315e501a 100644
--- a/src/object.cc
+++ b/src/object.cc
@@ -17,6 +17,10 @@
*/
+/** @file src/object.cc
+ * @brief Object class.
+ */
+
#include "object.h"
#include "util.h"
@@ -31,7 +35,7 @@ Object::Object ()
}
/** Create an Object with a given ID.
- * @param ID to use.
+ * @param id ID to use.
*/
Object::Object (string id)
: _id (id)