mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
Documentation - Update parameter annotations for consistency #161
Reorganized style for param to the next templates: - "@param theParameter description ..." - "@param[in] theParameter description ..." - "@param[out] theParameter description ..." - "@param[in][out] theParameter description ..." The replacement was with keeping spacing, no removing of extra spaces. In some files '/' was used instead of '@', that was not updated yet.
This commit is contained in:
@@ -40,8 +40,8 @@ class ShapeView_Tools
|
||||
public:
|
||||
|
||||
//! Checks whether it is possible to explode the shape. The search is recursive until all types are collected.
|
||||
//! \param theShape [in] source shape object
|
||||
//! \param theExplodeTypes [out] container of possible shape types to be exploded
|
||||
//! \param[in] theShape source shape object
|
||||
//! \param[out] theExplodeTypes container of possible shape types to be exploded
|
||||
//! \return true if explode is finished, all types are collected.
|
||||
Standard_EXPORT static Standard_Boolean IsPossibleToExplode(const TopoDS_Shape& theShape,
|
||||
NCollection_List<TopAbs_ShapeEnum>& theExplodeTypes);
|
||||
|
Reference in New Issue
Block a user