mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-08 14:17:06 +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:
@@ -49,11 +49,9 @@ package WNT
|
||||
--------------------
|
||||
|
||||
class Window;
|
||||
---Purpose: Creates the Window drawable.
|
||||
---Category: Classes
|
||||
|
||||
class WClass;
|
||||
---Purpose: Creates a Windows NT window class.
|
||||
---Category: Classes
|
||||
|
||||
---------------------------
|
||||
@@ -75,15 +73,12 @@ package WNT
|
||||
|
||||
|
||||
imported Dword;
|
||||
---Purpose: Defines a Windows NT DWORD type.
|
||||
---Category: Imported types
|
||||
|
||||
imported Uint;
|
||||
---Purpose: Defines a Windows NT UINT type.
|
||||
---Category: Imported types
|
||||
|
||||
imported WindowData;
|
||||
---Purpose: Defines additional window data type.
|
||||
---Category: Imported types
|
||||
|
||||
|
||||
|
@@ -15,6 +15,8 @@
|
||||
#ifndef __WNT_Dword_HeaderFile
|
||||
# define __WNT_Dword_HeaderFile
|
||||
|
||||
// Purpose: Defines a Windows NT DWORD type.
|
||||
|
||||
# ifndef __WINDOWS_H_INCLUDED
|
||||
# define __WINDOWS_H_INCLUDED
|
||||
# ifndef STRICT
|
||||
|
@@ -15,6 +15,8 @@
|
||||
#ifndef __WNT_Uint_HeaderFile
|
||||
# define __WNT_Uint_HeaderFile
|
||||
|
||||
// Purpose: Defines a Windows NT UINT type.
|
||||
|
||||
# ifndef __WINDOWS_H_INCLUDED
|
||||
# define __WINDOWS_H_INCLUDED
|
||||
# ifndef STRICT
|
||||
|
@@ -15,6 +15,8 @@
|
||||
#ifndef __WNT_WindowData_HeaderFile
|
||||
# define __WNT_WindowData_HeaderFile
|
||||
|
||||
// Purpose: Defines additional window data type.
|
||||
|
||||
# ifndef __WINDOWS_H_INCLUDED
|
||||
# define __WINDOWS_H_INCLUDED
|
||||
# ifndef STRICT
|
||||
|
Reference in New Issue
Block a user