1
0
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:
ski
2014-05-29 16:05:47 +04:00
committed by apn
parent bdd1223f46
commit ff8178ef85
533 changed files with 1047 additions and 2921 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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