From: g0dil Date: Tue, 10 Jun 2008 10:52:13 +0000 (+0000) Subject: Packets: Fix stupid comment bug X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=6d96e131a920c32fe244f31b6621339a663414c2;p=senf.git Packets: Fix stupid comment bug git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@873 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/Packets/ListNParser.ih b/Packets/ListNParser.ih index 3ccb226..2931359 100644 --- a/Packets/ListNParser.ih +++ b/Packets/ListNParser.ih @@ -62,7 +62,7 @@ namespace detail { void insert (container_type & c, data_iterator p) const; void update (container_type const & c) const; - /** Internal: ListNParser iterator specific data + /** Internal: ListNParser iterator specific data */ struct iterator_data { size_type n_; }; diff --git a/Packets/VariantParser.ih b/Packets/VariantParser.ih index 9996961..f185800 100644 --- a/Packets/VariantParser.ih +++ b/Packets/VariantParser.ih @@ -36,7 +36,7 @@ namespace senf { namespace detail { -# ifndef DOXYGEN +#ifndef DOXYGEN template struct VariantBytes { @@ -86,7 +86,7 @@ namespace detail { chooser, \ senf::detail::VariantParserTraits< BOOST_PP_CAT(name, _parsers) > ) -# endif +#endif }}