X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacketRegistry.ih;h=7ea93c85e6ad193051368d2d540d57bd707c00f9;hb=b371e9c8020d1c30d7f844819714a81db7709912;hp=404336251bd9c8b4d6a30e2f526ec8045f8dc3b8;hpb=2d6585ff852e9d282c17003ba1db0b73eb3a8500;p=senf.git diff --git a/Packets/PacketRegistry.ih b/Packets/PacketRegistry.ih index 4043362..7ea93c8 100644 --- a/Packets/PacketRegistry.ih +++ b/Packets/PacketRegistry.ih @@ -35,7 +35,9 @@ namespace senf { namespace detail { - ///\internal + /** \brief Internal + \internal + */ template struct PkReg_EntryImpl : public PkReg_Entry @@ -43,7 +45,9 @@ namespace detail { virtual Packet::factory_t factory() const; }; - ///\internal + /** \brief Internal + \internal + */ template class PacketRegistryImpl : private boost::noncopyable