X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=site_scons%2Flib%2FDoxyfile;h=fb67343894f2ac9a3807ebec79d74a29dc5492d5;hb=731487d5f44eaa8c07a21de1dfa00cea2150c80e;hp=43d2e27c98668f6229fd46ac7452243766fb3755;hpb=be085c9b3cfb3ec68824f19a8c004642c89ad14a;p=senf.git diff --git a/site_scons/lib/Doxyfile b/site_scons/lib/Doxyfile index 43d2e27..fb67343 100644 --- a/site_scons/lib/Doxyfile +++ b/site_scons/lib/Doxyfile @@ -15,11 +15,11 @@ PREDEFINED = \ type name() const; \ typedef type name##_t;" \ SENF_PARSER_FIELD_RO(name,type)=" \ + protected: \ + type name##_() const; \ public: \ type::value_type name() const; \ - typedef type name##_t; \ - protected: \ - type name##_() const;" \ + typedef type name##_t;" \ SENF_PARSER_BITFIELD(name,bits,type)=" \ senf::ParseField_##type(bits) name() const" \ SENF_PARSER_BITFIELD_RO(name,bits,type)=" \ @@ -71,7 +71,7 @@ PREDEFINED = \ SENF_PARSER_VARIANT(name,chooser,types)=" \ senf::Parse_Variant_Direct::parser name() const" \ SENF_PARSER_PRIVATE_VARIANT(name,chooser,types)=" \ - private: \ + protected: \ senf::Parse_Variant_Direct::parser name() const; \ public:" \ SENF_PARSER_VEC_N(name,elt_type,size_type)=" \