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:
@@ -40,13 +40,10 @@ is
|
||||
-- ----------------------------------------------------------------------
|
||||
|
||||
class Data;
|
||||
---Purpose : Encapsulates a data framework from TDF.
|
||||
|
||||
class Browser;
|
||||
---Purpose : Browses a data framework from TDF.
|
||||
|
||||
class Transaction;
|
||||
---Purpose: Encapsulates a Transaction from TDF.
|
||||
|
||||
class TransactionStack
|
||||
instantiates List from TCollection (Transaction from DDF);
|
||||
|
@@ -22,7 +22,7 @@
|
||||
|
||||
class Browser from DDF inherits Drawable3D from Draw
|
||||
|
||||
---Purpose: Browses a data framework.
|
||||
---Purpose: Browses a data framework from TDF.
|
||||
|
||||
uses
|
||||
|
||||
|
@@ -22,7 +22,7 @@
|
||||
|
||||
class Data from DDF inherits Drawable3D from Draw
|
||||
|
||||
---Purpose : Encapsulates a data framework in a drawable object
|
||||
---Purpose : Encapsulates a data framework from TDF in a drawable object
|
||||
|
||||
uses
|
||||
|
||||
|
Reference in New Issue
Block a user