Skip to content

Commit 7e5b6f7

Browse files
committedMay 24, 2014
fix doxygen warnings
1 parent 43f154b commit 7e5b6f7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed
 

‎src/core/qgsapplication.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ class CORE_EXPORT QgsApplication : public QApplication
283283
* @note added in 2.4 */
284284
static int maxThreads() { return ABISYM( mMaxThreads ); }
285285
/** Set maximum concurrent thread count
286-
* @note must be between 1 and #cores, -1 means use all available cores
286+
* @note must be between 1 and \#cores, -1 means use all available cores
287287
* @note added in 2.4 */
288288
static void setMaxThreads( int maxThreads );
289289

‎src/gui/attributetable/qgsfeaturelistview.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class GUI_EXPORT QgsFeatureListView : public QListView
110110
/**
111111
* Sets if the currently shown form has received any edit events so far.
112112
*
113-
* @param status The status
113+
* @param state The state
114114
*/
115115
void setCurrentFeatureEdited( bool state );
116116

@@ -148,6 +148,7 @@ class GUI_EXPORT QgsFeatureListView : public QListView
148148
* Set the feature(s) to be edited
149149
*
150150
* @param index The selection to set
151+
* @param command selection update mode
151152
*/
152153
void setEditSelection( const QModelIndex& index, QItemSelectionModel::SelectionFlags command );
153154

‎src/gui/qgsattributedialog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class GUI_EXPORT QgsAttributeDialog : public QObject
7878

7979
/**
8080
* @brief setHighlight
81-
* @param The highlight. Ownership is taken.
81+
* @param h The highlight. Ownership is taken.
8282
*/
8383
void setHighlight( QgsHighlight *h );
8484

0 commit comments

Comments
 (0)
Please sign in to comment.