fix doxygen warnings

This commit is contained in:
Juergen E. Fischer 2014-05-24 11:34:47 +02:00
parent 43f154ba55
commit 7e5b6f735d
3 changed files with 4 additions and 3 deletions

View File

@ -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 );

View File

@ -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 );
@ -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 );

View File

@ -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 );