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:
albert-github 2022-10-02 11:48:06 +02:00
parent b8e342d845
commit ad343087fd
2 changed files with 2 additions and 1 deletions

View File

@ -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>`
*/

View File

@ -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