X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=site_scons%2Flib%2FDoxyfile;fp=site_scons%2Flib%2FDoxyfile;h=43d2e27c98668f6229fd46ac7452243766fb3755;hb=be085c9b3cfb3ec68824f19a8c004642c89ad14a;hp=b09c43cf3725b59add934331a7dc1e3fbd411bb2;hpb=7851d8d765bd65dae4895c2f594f9959ade277e4;p=senf.git 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)=" \