Skip to content

Commit

Permalink
fix doxygen warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 24, 2014
1 parent 43f154b commit 7e5b6f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/core/qgsapplication.h
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ class CORE_EXPORT QgsApplication : public QApplication
* @note added in 2.4 */
static int maxThreads() { return ABISYM( mMaxThreads ); }
/** Set maximum concurrent thread count
* @note must be between 1 and #cores, -1 means use all available cores
* @note must be between 1 and \#cores, -1 means use all available cores
* @note added in 2.4 */
static void setMaxThreads( int maxThreads );

Expand Down
3 changes: 2 additions & 1 deletion src/gui/attributetable/qgsfeaturelistview.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class GUI_EXPORT QgsFeatureListView : public QListView
/**
* Sets if the currently shown form has received any edit events so far.
*
* @param status The status
* @param state The state
*/
void setCurrentFeatureEdited( bool state );

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

Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsattributedialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class GUI_EXPORT QgsAttributeDialog : public QObject

/**
* @brief setHighlight
* @param The highlight. Ownership is taken.
* @param h The highlight. Ownership is taken.
*/
void setHighlight( QgsHighlight *h );

Expand Down

0 comments on commit 7e5b6f7

Please sign in to comment.