Merge pull request #3543 from sloriot/Doc-multiple_fixes

Remove duplicate definition
This commit is contained in:
Laurent Rineau 2018-12-19 15:44:26 +01:00
commit b7b3c4ce71
4 changed files with 4 additions and 3 deletions

View File

@ -167,7 +167,7 @@ virtual void before_detach ();
issued immediately after the observer has been detached from its
arrangement instance.
*/
virtual void after_attach ();
virtual void after_detach ();
/// @}

View File

@ -149,7 +149,6 @@ public:
/// @{
Construct_point_2 construct_point_2_object();
Construct_vector_2 construct_vector_2_object();
Construct_vector_2 construct_vector_2_object();
Construct_line_2 construct_line_2_object();
Construct_translated_point_2 construct_translated_point_2_object();
Construct_scaled_vector_2 construct_scaled_vector_2_object();

View File

@ -35,7 +35,7 @@ public:
/// The circle type, only required if you want to detect tori
typedef unspecified_type Circle_2;
/// The 2D vector type, only required if you want to detect tori
typedef unspecified_type Vector_3;
typedef unspecified_type Vector_2;
/// The number type of the Cartesian coordinates of types Point_3
typedef unspecified_type FT;

View File

@ -1,3 +1,5 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_DOC_VERSION} - Linear and Quadratic Programming Solver"
EXCLUDE = ${CGAL_PACKAGE_DOC_DIR}/fig_src