mirror of https://github.com/CGAL/cgal
STL_Extension: example not shown properly
On the page `STL_Extension/classCGAL_1_1Dispatch__or__drop__output__iterator.html` it is obvious that the `\` is missing. To get the reference right (due to the `\ref` in the `cgalExample`) the file must also be added to the list of examples
This commit is contained in:
parent
b8e342d845
commit
ad343087fd
|
|
@ -120,7 +120,7 @@ must be a subset of the parameters of `V`. Should the
|
|||
|
||||
\cgalModels `OutputIterator`
|
||||
|
||||
cgalExample{STL_Extension/Dispatch_output_iterator.cpp}
|
||||
\cgalExample{STL_Extension/Dispatch_output_iterator.cpp}
|
||||
|
||||
\sa `CGAL::Dispatch_output_iterator<V,O>`
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
/*!
|
||||
\example STL_Extension/Default.cpp
|
||||
\example STL_Extension/Dispatch_output_iterator.cpp
|
||||
\example STL_Extension/in_place_list_prog.cpp
|
||||
\example STL_Extension/min_element_if_example.cpp
|
||||
\example STL_Extension/min_max_element_example.cpp
|
||||
|
|
|
|||
Loading…
Reference in New Issue