1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +03:00

0032733: Coding Rules - fix misprints in Doxygen tags

This commit is contained in:
kgv
2021-12-16 01:50:41 +03:00
committed by smoskvin
parent 468856bf4a
commit f291ad2528
19 changed files with 77 additions and 52 deletions

View File

@@ -177,8 +177,8 @@ public:
Standard_EXPORT const Handle(TColStd_HArray1OfReal)& GetArrayOfReals (const TCollection_ExtendedString& theName);
//! Defines a named array of real values.
//! @param theName [in] key
//! @param theArrayOfIntegers [in] new value, overrides existing (passed array will be copied by value!)
//! @param[in] theName key
//! @param[in] theArrayOfReals new value, overrides existing (passed array will be copied by value!)
void SetArrayOfReals (const TCollection_ExtendedString& theName,
const Handle(TColStd_HArray1OfReal)& theArrayOfReals)
{