X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FTags.hh;h=ff9f374bb9187dd8a092de2ad75a238d986cc1b4;hb=81f84badf27b66dbadec9890646ca1193e998505;hp=7f3c2b8e2eb4eefa6ef054308f442abd466258a7;hpb=a1a6c76a214ad1935032826713cabaf9ac57bf07;p=senf.git diff --git a/Utils/Tags.hh b/Utils/Tags.hh index 7f3c2b8..ff9f374 100644 --- a/Utils/Tags.hh +++ b/Utils/Tags.hh @@ -23,8 +23,8 @@ /** \file \brief Tags public header */ -#ifndef HH_Tags_ -#define HH_Tags_ 1 +#ifndef HH_SENF_Utils_Tags_ +#define HH_SENF_Utils_Tags_ 1 // Custom includes @@ -47,7 +47,6 @@ Of course, this only works with objects which explicitly declare, that they take an optional senf::NoThrow_t type aprameter. - */ namespace senf { @@ -61,7 +60,6 @@ namespace senf { There is only a single value for this type: \ref senf::nothrow which is the value to pass wherever an (optional) senf::NoThrow_t parameter is requested. - \see \ref utils_tags \ingroup utils_tags */ enum NoThrow_t { nothrow }; @@ -75,7 +73,6 @@ namespace senf { There is only a single value for this type: \ref senf::noinit which is the value to pass wherever an (optional) senf::NoInit_t parameter is requested. - \see \ref utils_tags \ingroup utils_tags */ enum NoInit_t { noinit };