Rename dart in gdart

This commit is contained in:
Guillaume Damiand 2016-08-08 09:29:46 -04:00
parent 850d4ed276
commit 49c44dfe74
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@ namespace CGAL {
/*!
\ingroup PkgGeneralizedMapsClasses
The class `Dart` represents a <I>d</I>D dart in a generalized map.
The class `GDart` represents a <I>d</I>D dart in a generalized map.
\f$ \alpha_i\f$ pointers are coded in a array of <I>d+1</I> \ref Dart::Dart_handle "Dart_handle". Attributes are associated to each dart by \ref Attribute_handle "Attribute_handle<i>", one for each non void <I>i</I>-attribute.
\f$ \alpha_i\f$ pointers are coded in a array of <I>d+1</I> \ref GDart::Dart_handle "Dart_handle". Attributes are associated to each dart by \ref Attribute_handle "Attribute_handle<i>", one for each non void <I>i</I>-attribute.
\cgalModels `::GDart`