From cf95631f01c74e9036e6fb60a38693004882f8e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 4 Jan 2011 12:44:40 +0000 Subject: [PATCH] typo and italic for example --- Circulator/doc_tex/Circulator_ref/Range.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Circulator/doc_tex/Circulator_ref/Range.tex b/Circulator/doc_tex/Circulator_ref/Range.tex index 40b15be8413..2353cd5944d 100644 --- a/Circulator/doc_tex/Circulator_ref/Range.tex +++ b/Circulator/doc_tex/Circulator_ref/Range.tex @@ -18,8 +18,8 @@ bidirectional or random-access. The category can be queried using the concepts \ccc{Range} and \ccc{ConstRange} do not require anything on the category or the value type of the iterator. It must be precised in the documentation of any model of these concepts. For example, in the case of a vector of points, one would say: -This type is a model of \ccc{Range} concept, its iterator type is random-access -and its value type is \ccc{Point}. +\textit{This type is a model of \ccc{Range} concept, its iterator type is random-access +and its value type is \ccc{Point}}. Boost also offers the \ccAnchor{http://www.boost.org/libs/range/}{Boost.Range library} @@ -64,6 +64,6 @@ Boost's Range concept \def\ccTagRmTrailingConst{\ccTrue} \ccHasModels -STL containers\\ +STL containers \end{ccRefConcept}