diff options
Diffstat (limited to 'lib/object.c')
-rw-r--r-- | lib/object.c | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/lib/object.c b/lib/object.c index 554d09b..7606535 100644 --- a/lib/object.c +++ b/lib/object.c @@ -10,9 +10,21 @@ */ /** - * @ingroup cache - * @defgroup object Object + * @ingroup core_types + * @defgroup object Object (Cacheable) + * + * Generic object data type, for inheritance purposes to implement cacheable + * data types. + * + * Related sections in the development guide: + * * @{ + * + * Header + * ------ + * ~~~~{.c} + * #include <netlink/object.h> + * ~~~~ */ #include <netlink-local.h> |