From 394c7bd8dfbe12e09b7fdee8d5c4072f4336d545 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 8 Nov 2009 14:59:11 -0500 Subject: Removed a bunch of empty comments --- src/scope.h | 39 --------------------------------------- 1 file changed, 39 deletions(-) (limited to 'src/scope.h') diff --git a/src/scope.h b/src/scope.h index c2c9df20..cd7d93c7 100644 --- a/src/scope.h +++ b/src/scope.h @@ -38,10 +38,6 @@ * @author John Wiegley * * @ingroup expr - * - * @brief Brief - * - * Long. */ #ifndef _SCOPE_H #define _SCOPE_H @@ -50,11 +46,6 @@ namespace ledger { -/** - * @brief Brief - * - * Long. - */ struct symbol_t { enum kind_t { @@ -105,11 +96,6 @@ private: #endif // HAVE_BOOST_SERIALIZATION }; -/** - * @brief Brief - * - * Long. - */ class scope_t { public: @@ -138,11 +124,6 @@ private: #endif // HAVE_BOOST_SERIALIZATION }; -/** - * @brief Brief - * - * Long. - */ class child_scope_t : public noncopyable, public scope_t { public: @@ -186,11 +167,6 @@ private: #endif // HAVE_BOOST_SERIALIZATION }; -/** - * @brief Brief - * - * Long. - */ class symbol_scope_t : public child_scope_t { typedef std::map symbol_map; @@ -228,11 +204,6 @@ private: #endif // HAVE_BOOST_SERIALIZATION }; -/** - * @brief Brief - * - * Long. - */ class call_scope_t : public child_scope_t { value_t args; @@ -301,11 +272,6 @@ private: #endif // HAVE_BOOST_SERIALIZATION }; -/** - * @brief Brief - * - * Long. - */ class bind_scope_t : public child_scope_t { bind_scope_t(); @@ -349,11 +315,6 @@ private: #endif // HAVE_BOOST_SERIALIZATION }; -/** - * @brief Brief - * - * Long. - */ template T * search_scope(scope_t * ptr) { -- cgit v1.2.3