mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +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:
@@ -31,9 +31,9 @@ public:
|
||||
//! The thihedron origin and axis directions are defined by theDatum coordinate system.
|
||||
//! DsgPrs_XYZAxisPresentation framework is used to create graphical primitives for each axis.
|
||||
//! Axes are marked with "X", "Y", "Z" text.
|
||||
//! @param thePresentation [out] the modified presentation
|
||||
//! @param theDatum [in] the source of trihedron position
|
||||
//! @param theDrawer [in] the provider of display attributes
|
||||
//! @param[out] thePresentation the modified presentation
|
||||
//! @param[in] theDatum the source of trihedron position
|
||||
//! @param[in] theDrawer the provider of display attributes
|
||||
Standard_EXPORT static void Add (const Handle(Prs3d_Presentation)& thePresentation, const gp_Ax2& theDatum,
|
||||
const Handle(Prs3d_Drawer)& theDrawer);
|
||||
|
||||
|
Reference in New Issue
Block a user