mirror of https://github.com/CGAL/cgal
Documentation error in Manual
The construct: ``` In the previous section, we wrote that "Any model of the CGAL concept Kernel provides what is required by the concept `ConvexHullTraits_2`. ``` leads to the fact that the entire paragraph is badly formatted as the double quote is not properly closed. Closing the double quote would lead to the fact that the `` `ConvexHullTraits_2` `` is not resolved properly File: - doc_output/Manual/tutorial_hello_world.html#intro_concept
This commit is contained in:
parent
a9d5e019b7
commit
3b8b37c184
|
|
@ -265,7 +265,7 @@ given by a direction, which is hardwired in the class
|
|||
|
||||
\section intro_concept Concepts and Models
|
||||
|
||||
In the previous section, we wrote that "Any model of the CGAL concept
|
||||
In the previous section, we wrote that: Any model of the CGAL concept
|
||||
Kernel provides what is required by the concept `ConvexHullTraits_2`.
|
||||
|
||||
A \em concept is a set of requirements on a type, namely that it has
|
||||
|
|
|
|||
Loading…
Reference in New Issue