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:
@@ -71,7 +71,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 (ViewControl_PropertyView* theParameters,
|
||||
QMap<QString, QString>& theItems,
|
||||
|
@@ -72,7 +72,7 @@ public:
|
||||
QTableView* TableView() const { return myTableView; }
|
||||
|
||||
//! Returns model indices of the selected cells in table view
|
||||
//! \param theSelectedIndices [out] a container of indices: row to list of columns
|
||||
//! \param[out] theSelectedIndices a container of indices: row to list of columns
|
||||
Standard_EXPORT void SelectedIndices (QMap<int, QList<int>>& aSelectedIndices) const;
|
||||
|
||||
//! Returns pointers from selected cells
|
||||
|
Reference in New Issue
Block a user