summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/id.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-04-12 17:03:44 +0200
committerRobin Gareus <robin@gareus.org>2016-04-12 17:03:44 +0200
commit04c56a0618f668fac288fb2070fcf200a83aebc6 (patch)
treee57202847f903f02073c3b649dd1e3170c41822e /libs/pbd/pbd/id.h
parentdd57b33b2692e0a197d486f721eeac8168f9016a (diff)
some strategic documentation
Prevent class descriptions inheriting the doc from PBD:Stateful by adding some specific doc.
Diffstat (limited to 'libs/pbd/pbd/id.h')
-rw-r--r--libs/pbd/pbd/id.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/pbd/pbd/id.h b/libs/pbd/pbd/id.h
index 1f33e6d732..5316e7c20e 100644
--- a/libs/pbd/pbd/id.h
+++ b/libs/pbd/pbd/id.h
@@ -29,6 +29,7 @@
namespace PBD {
+/** a unique ID to identify objects numerically */
class LIBPBD_API ID {
public:
ID ();