mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-03 14:10:33 +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:
@@ -45,7 +45,7 @@ public:
|
||||
//! - visibility of columns,
|
||||
//! - columns width
|
||||
//! \param theTreeView a view instance
|
||||
//! \param theItems [out] properties
|
||||
//! \param[out] theItems properties
|
||||
//! \param thePrefix preference item prefix
|
||||
static void SaveState (View_PreviewParameters* theParameters,
|
||||
QMap<QString, QString>& theItems,
|
||||
|
@@ -76,7 +76,7 @@ public:
|
||||
|
||||
//! Saves state of tool bar actions
|
||||
//! \param theToolBar a view instance
|
||||
//! \param theItems [out] properties
|
||||
//! \param[out] theItems properties
|
||||
//! \param thePrefix preference item prefix
|
||||
Standard_EXPORT static void SaveState (View_ToolBar* theToolBar,
|
||||
QMap<QString, QString>& theItems,
|
||||
|
@@ -103,7 +103,7 @@ public:
|
||||
|
||||
//! Saves state of widget actions
|
||||
//! \param theParameters a view instance
|
||||
//! \param theItems [out] properties
|
||||
//! \param[out] theItems properties
|
||||
//! \param thePrefix preference item prefix
|
||||
Standard_EXPORT static void SaveState (View_Widget* theWidget,
|
||||
QMap<QString, QString>& theItems,
|
||||
|
@@ -80,7 +80,7 @@ public:
|
||||
//! - visibility of columns,
|
||||
//! - columns width
|
||||
//! \param theTreeView a view instance
|
||||
//! \param theItems [out] properties
|
||||
//! \param[out] theItems properties
|
||||
//! \param thePrefix preference item prefix
|
||||
Standard_EXPORT static void SaveState (View_Window* theView, QMap<QString, QString>& theItems,
|
||||
const QString& thePrefix = QString());
|
||||
|
Reference in New Issue
Block a user