X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FException.hh;h=7d56245b964cb12b4e60f6722451a9340193e2e0;hb=a43bafc12216ec8ca3457ab3571917ae5612ec94;hp=0675aeebc0d9fb86642c3cbba55cece526ff5ed3;hpb=1d247d12d1759ffd77f456efe3a52f03dd289994;p=senf.git diff --git a/Utils/Exception.hh b/Utils/Exception.hh index 0675aee..7d56245 100644 --- a/Utils/Exception.hh +++ b/Utils/Exception.hh @@ -40,7 +40,7 @@ /** \defgroup exception Exception classes - All exceptions in senf are derived from senf::Exception. This class adds the possibility to + All exceptions in %senf are derived from senf::Exception. This class adds the possibility to extend the exception description while it is processed: \code @@ -55,7 +55,7 @@ } \endcode - This will add the user information to any senf exception thrown. The Exception is however not a + This will add the user information to any %senf exception thrown. The Exception is however not a stream. If you need to do more extensive formating, either use an intermediate string-stream or use Boost.Format: