diff --git a/doomsday/libdeng2/include/de/scriptsys/function.h b/doomsday/libdeng2/include/de/scriptsys/function.h index 95c5335e2f..9e5e617b15 100644 --- a/doomsday/libdeng2/include/de/scriptsys/function.h +++ b/doomsday/libdeng2/include/de/scriptsys/function.h @@ -256,6 +256,8 @@ class DENG2_PUBLIC NativeFunctionSpec * Utility that keeps track of which entry points have been bound and unregisters * them when the instance is destroyed. Use as a member in a class that registers * native entry points. + * + * @ingroup script */ class DENG2_PUBLIC Binder {