X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=site_scons%2Flib%2FDoxyfile;h=fb67343894f2ac9a3807ebec79d74a29dc5492d5;hb=95cc0d59ae1ce92fe14e971f2ef9eaa6faa5b0f2;hp=43d2e27c98668f6229fd46ac7452243766fb3755;hpb=0878c9c641a857eed4387332b3e24b1ee911e334;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)=" \