From: tho Date: Wed, 16 Sep 2009 13:41:20 +0000 (+0000) Subject: grmpf; fix for last commit :( X-Git-Url: http://g0dil.de/git?p=senf.git;a=commitdiff_plain;h=be085c9b3cfb3ec68824f19a8c004642c89ad14a grmpf; fix for last commit :( git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1419 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/site_scons/lib/Doxyfile b/site_scons/lib/Doxyfile index b09c43c..43d2e27 100644 --- a/site_scons/lib/Doxyfile +++ b/site_scons/lib/Doxyfile @@ -16,7 +16,7 @@ PREDEFINED = \ typedef type name##_t;" \ SENF_PARSER_FIELD_RO(name,type)=" \ public: \ - type::value_type name() const \ + type::value_type name() const; \ typedef type name##_t; \ protected: \ type name##_() const;" \ @@ -29,12 +29,12 @@ PREDEFINED = \ SENF_PARSER_PRIVATE_FIELD(name,type)=" \ protected: \ type name() const; \ - typedef type name##_t;" \ + typedef type name##_t; \ public:" \ SENF_PARSER_PRIVATE_FIELD_RO(name,type)=" \ protected: \ type::value_type name() const; \ - type name##_() const;" \ + type name##_() const; \ typedef type name##_t; \ public:" \ SENF_PARSER_PRIVATE_BITFIELD(name,bits,type)=" \