Archived issue #0024740

WOK headers generation - improve syntax

Open CASCADEOCCT:WOKclosed2 public notes

Search issues

Description

Make output more relevant to OCCT coding rules (remove redundant spaces, add spaces in arguments list).
  Standard_EXPORT     void Build(const OSD_Protection& Protect) ;
  //! Creates a temporary Directory in current directory.
  //! This directory is automatically removed when object dies.
  Standard_EXPORT   static  OSD_Directory BuildTemporary() ;

Public activity

2 archived notes

Participants are labeled by their role within this record.

01Author
The fix in branch CR24740 can be raised to master.

  //! If Build is used and <me> is instantiated without a name,
  //! OSDError is raised.
  Standard_EXPORT void Build (const OSD_Protection& Protect);
  
  //! Creates a temporary Directory in current directory.
  //! This directory is automatically removed when object dies.
  Standard_EXPORT static OSD_Directory BuildTemporary();
02Commenter 1
Fix has been integrated into master of occt-wok repository

Related records