mirror of https://github.com/CGAL/cgal
some FIXME notes
This commit is contained in:
parent
c58506e934
commit
d76e064ac0
|
|
@ -32,6 +32,9 @@ The class Taucs\_vector is a C++ wrapper around TAUCS' vector type, which is a s
|
|||
|
||||
\ccIsModel
|
||||
|
||||
% FIXME: please change your script such that the C++ identifier
|
||||
% is contained in \ccc{...}
|
||||
|
||||
% The section below is automatically generated. Do not edit!
|
||||
%START-AUTO(\ccIsModel)
|
||||
|
||||
|
|
@ -44,6 +47,9 @@ Model of the SparseLinearAlgebraTraits\_d::Vector concept.
|
|||
|
||||
The full template declaration is:
|
||||
|
||||
% FIXME: please change your script such that the C++ identifier
|
||||
% is contained in \ccc{...}
|
||||
|
||||
% The section below is automatically generated. Do not edit!
|
||||
%START-AUTO(\ccParameters)
|
||||
|
||||
|
|
@ -70,6 +76,10 @@ class Taucs\_vector;
|
|||
\ccCreation
|
||||
\ccCreationVariable{v} %% choose variable name for \ccMethod
|
||||
|
||||
% FIXME : please remove spaces from < T > . the manual tools
|
||||
% cannot match < T > against <T>, preventing nice
|
||||
% operator layout. there are other occurrences of the same kind
|
||||
|
||||
% The section below is automatically generated. Do not edit!
|
||||
%START-AUTO(\ccCreation)
|
||||
|
||||
|
|
|
|||
|
|
@ -53,6 +53,9 @@ This is a sub-concept of LinearAlgebraTraits\_d::Vector.
|
|||
\ccCreation
|
||||
\ccCreationVariable{v} %% variable name for \ccMethod
|
||||
|
||||
% FIXME: The scope from above has to appear also before function/operator arguments
|
||||
% otherwise, the operator will not be formatted nicely
|
||||
|
||||
% The section below is automatically generated. Do not edit!
|
||||
%START-AUTO(\ccCreation)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue