X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacketRegistry.ih;h=77d75981835fbb323637666c4b6835f25f30af5f;hb=1cf24483a4b520177bfa539d9601749be6aef2ce;hp=404336251bd9c8b4d6a30e2f526ec8045f8dc3b8;hpb=2d6585ff852e9d282c17003ba1db0b73eb3a8500;p=senf.git diff --git a/Packets/PacketRegistry.ih b/Packets/PacketRegistry.ih index 4043362..77d7598 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,10 @@ namespace detail { virtual Packet::factory_t factory() const; }; - ///\internal + /** \brief Internal: Singleton class implementing the packet registry. + + \internal + */ template class PacketRegistryImpl : private boost::noncopyable