diff --git a/Documentation/doc/scripts/html_output_post_processing.py b/Documentation/doc/scripts/html_output_post_processing.py index 30d59dbc772..f07bd3d2ced 100755 --- a/Documentation/doc/scripts/html_output_post_processing.py +++ b/Documentation/doc/scripts/html_output_post_processing.py @@ -355,7 +355,7 @@ removes some unneeded files, and performs minor repair on some glitches.''') class_and_struct_files=list(package_glob('./*/class*.html')) class_and_struct_files.extend(package_glob('./*/struct*.html')) for fn in class_and_struct_files: - re_replace_first_in_file(r'

Inherits\s*(.*)

', r'

Inherits from

\1

', fn) + re_replace_first_in_file(r'

Inherits\s*(.*)

', r'

Inherits from

\1

', fn) # remove class name in Definition section if there is no default template # parameter documented diff --git a/Segment_Delaunay_graph_2/include/CGAL/Segment_Delaunay_graph_filtered_traits_2.h b/Segment_Delaunay_graph_2/include/CGAL/Segment_Delaunay_graph_filtered_traits_2.h index d7bf6457dc6..831f12a53ac 100644 --- a/Segment_Delaunay_graph_2/include/CGAL/Segment_Delaunay_graph_filtered_traits_2.h +++ b/Segment_Delaunay_graph_2/include/CGAL/Segment_Delaunay_graph_filtered_traits_2.h @@ -27,12 +27,7 @@ #include // includes for the default parameters of the filtered traits -#ifdef CGAL_USE_GMP -#include -#else -#include -#include -#endif +#include #include #include @@ -56,11 +51,7 @@ namespace CGAL { // this traits class does support intersecting segments template, -#else - class EK = Simple_cartesian< Quotient >, -#endif + class EK = Simple_cartesian< internal::Exact_field_selector::Type >, class EK_MTag = Field_tag, class FK = Simple_cartesian< Interval_nt >, class FK_MTag = Field_with_sqrt_tag, diff --git a/Segment_Delaunay_graph_Linf_2/include/CGAL/Segment_Delaunay_graph_Linf_filtered_traits_2.h b/Segment_Delaunay_graph_Linf_2/include/CGAL/Segment_Delaunay_graph_Linf_filtered_traits_2.h index c61d82f8dea..e1cb16e1e3a 100644 --- a/Segment_Delaunay_graph_Linf_2/include/CGAL/Segment_Delaunay_graph_Linf_filtered_traits_2.h +++ b/Segment_Delaunay_graph_Linf_2/include/CGAL/Segment_Delaunay_graph_Linf_filtered_traits_2.h @@ -24,12 +24,8 @@ #include // includes for the default parameters of the filtered traits -#ifdef CGAL_USE_GMP -#include -#else -#include -#include -#endif +#include + #include #include @@ -53,11 +49,7 @@ namespace CGAL { // this traits class does support intersecting segments template, -#else - class EK = Simple_cartesian< Quotient >, -#endif + class EK = Simple_cartesian< internal::Exact_field_selector::Type >, class EK_MTag = Field_tag, class FK = Simple_cartesian< Interval_nt >, class FK_MTag = Field_with_sqrt_tag,