[Lemon-commits] [lemon_svn] alpar: r2976 - hugo/trunk/doc
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 21:51:35 CET 2006
Author: alpar
Date: Tue Oct 10 15:50:47 2006
New Revision: 2976
Modified:
hugo/trunk/doc/groups.dox
Log:
docfix
Modified: hugo/trunk/doc/groups.dox
==============================================================================
--- hugo/trunk/doc/groups.dox (original)
+++ hugo/trunk/doc/groups.dox Tue Oct 10 15:50:47 2006
@@ -292,7 +292,7 @@
to avoid document multiplications, an implementation of a concept
simply refers to the corresponding concept class.
-- These classes declare every functions, <tt>typedef<tt>s etc. an
+- These classes declare every functions, <tt>typedef</tt>s etc. an
implementation of the concepts should provide, however completely
without implementations and real data structures behind the
interface. On the other hand they should provide nothing else. All
@@ -301,7 +301,7 @@
of course.) In this way it is easily to check if an algorithm
doesn't use any extra feature of a certain implementation.
-- The concept descriptor classes also provide a <em>checker class<em>
+- The concept descriptor classes also provide a <em>checker class</em>
that makes it possible check whether a certain implementation of a
concept indeed provides all the required features.
More information about the Lemon-commits
mailing list