mirror of https://github.com/CGAL/cgal
Merge pull request #3543 from sloriot/Doc-multiple_fixes
Remove duplicate definition
This commit is contained in:
commit
b7b3c4ce71
|
|
@ -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 ();
|
||||
|
||||
/// @}
|
||||
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue