diff options
Diffstat (limited to 'src/hooks.h')
-rw-r--r-- | src/hooks.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/hooks.h b/src/hooks.h index 511749ca..da6fcf84 100644 --- a/src/hooks.h +++ b/src/hooks.h @@ -38,20 +38,10 @@ * @author John Wiegley * * @ingroup util - * - * @brief Brief - * - * Long. */ #ifndef _HOOKS_H #define _HOOKS_H - -/** - * @brief Brief - * - * Long. - */ template <typename T, typename Data> class hooks_t : public boost::noncopyable { |