mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024784: Move documentation in CDL files to proper location
Mostly duplicated comments were removed and missing ones were moved into dedicated class CDL files. Some more duplicated comments were removed from CDL files. Correction of merge
This commit is contained in:
@@ -97,26 +97,19 @@ is
|
||||
class Grid;
|
||||
|
||||
class Box;
|
||||
---Purpose: a 3d box
|
||||
|
||||
|
||||
class SequenceOfDrawable3D instantiates
|
||||
Sequence from TCollection (Drawable3D);
|
||||
|
||||
class ProgressIndicator;
|
||||
|
||||
imported PInterp;
|
||||
---Purpose: typedef Tcl_Interp * Draw_PInterp;
|
||||
|
||||
|
||||
primitive CommandFunction;
|
||||
---Purpose: typedef Standard_Integer (*Draw_CommandFunction)
|
||||
-- (Draw_Interpretor&, Standard_Integer, char**)
|
||||
|
||||
imported Interpretor;
|
||||
---Purpose: Encapsulate the Tcl interpretor to add commands.
|
||||
|
||||
class Printer;
|
||||
---Purpose: Implements a printer class to connect Message_Messenger
|
||||
-- tool to Draw_Interpretor output.
|
||||
|
||||
class VMap instantiates
|
||||
DataMap from TCollection(Integer,
|
||||
|
@@ -16,7 +16,7 @@
|
||||
|
||||
class Box from Draw inherits Drawable3D from Draw
|
||||
|
||||
---Purpose:
|
||||
---Purpose: a 3d box
|
||||
|
||||
uses Pnt from gp,
|
||||
Color from Draw,
|
||||
|
@@ -15,7 +15,8 @@
|
||||
|
||||
class Printer from Draw inherits Printer from Message
|
||||
|
||||
---Purpose: Implementation of Printer class with output directed to Draw_Interpretor
|
||||
---Purpose: Implementation of Printer class with output
|
||||
-- (Message_Messenge) directed to Draw_Interpretor
|
||||
|
||||
uses
|
||||
|
||||
|
Reference in New Issue
Block a user