diff options
Diffstat (limited to 'src/item.h')
-rw-r--r-- | src/item.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -38,10 +38,6 @@ * @author John Wiegley * * @ingroup data - * - * @brief Brief - * - * Long. */ #ifndef _ITEM_H #define _ITEM_H @@ -97,11 +93,6 @@ private: #endif // HAVE_BOOST_SERIALIZATION }; -/** - * @brief Brief - * - * Long. - */ class item_t : public supports_flags<>, public scope_t { public: |