Skip to content

Commit fa6ec3a

Browse files
committedApr 3, 2017
@(end)link -> \(end)link
1 parent 20ae0a8 commit fa6ec3a

39 files changed

+144
-144
lines changed
 

‎src/app/qgisapp.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ class APP_EXPORT QgisApp : public QMainWindow, private Ui::MainWindow
987987

988988
/**
989989
* Add a widget to the plugins toolbar.
990-
* To remove this widget again, call {@link removeToolBarIcon}
990+
* To remove this widget again, call {\link removeToolBarIcon}
991991
* with the returned QAction.
992992
*
993993
* \param widget widget to add. The toolbar will take ownership of this widget
@@ -1001,7 +1001,7 @@ class APP_EXPORT QgisApp : public QMainWindow, private Ui::MainWindow
10011001

10021002
/**
10031003
* Add a widget to the raster toolbar.
1004-
* To remove this widget again, call {@link removeRasterToolBarIcon}
1004+
* To remove this widget again, call {\link removeRasterToolBarIcon}
10051005
* with the returned QAction.
10061006
*
10071007
* \param widget widget to add. The toolbar will take ownership of this widget
@@ -1015,7 +1015,7 @@ class APP_EXPORT QgisApp : public QMainWindow, private Ui::MainWindow
10151015

10161016
/**
10171017
* Add a widget to the vector toolbar.
1018-
* To remove this widget again, call {@link removeVectorToolBarIcon}
1018+
* To remove this widget again, call {\link removeVectorToolBarIcon}
10191019
* with the returned QAction.
10201020
*
10211021
* \param widget widget to add. The toolbar will take ownership of this widget
@@ -1029,7 +1029,7 @@ class APP_EXPORT QgisApp : public QMainWindow, private Ui::MainWindow
10291029

10301030
/**
10311031
* Add a widget to the database toolbar.
1032-
* To remove this widget again, call {@link removeDatabaseToolBarIcon}
1032+
* To remove this widget again, call {\link removeDatabaseToolBarIcon}
10331033
* with the returned QAction.
10341034
*
10351035
* \param widget widget to add. The toolbar will take ownership of this widget
@@ -1043,7 +1043,7 @@ class APP_EXPORT QgisApp : public QMainWindow, private Ui::MainWindow
10431043

10441044
/**
10451045
* Add a widget to the web toolbar.
1046-
* To remove this widget again, call {@link removeWebToolBarIcon}
1046+
* To remove this widget again, call {\link removeWebToolBarIcon}
10471047
* with the returned QAction.
10481048
*
10491049
* \param widget widget to add. The toolbar will take ownership of this widget

‎src/app/qgisappinterface.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class APP_EXPORT QgisAppInterface : public QgisInterface
9191

9292
/**
9393
* Add a widget to the plugins toolbar.
94-
* To remove this widget again, call {@link removeToolBarIcon}
94+
* To remove this widget again, call {\link removeToolBarIcon}
9595
* with the returned QAction.
9696
*
9797
* \param widget widget to add. The toolbar will take ownership of this widget
@@ -105,7 +105,7 @@ class APP_EXPORT QgisAppInterface : public QgisInterface
105105

106106
/**
107107
* Add a widget to the raster toolbar.
108-
* To remove this widget again, call {@link removeRasterToolBarIcon}
108+
* To remove this widget again, call {\link removeRasterToolBarIcon}
109109
* with the returned QAction.
110110
*
111111
* \param widget widget to add. The toolbar will take ownership of this widget
@@ -119,7 +119,7 @@ class APP_EXPORT QgisAppInterface : public QgisInterface
119119

120120
/**
121121
* Add a widget to the vector toolbar.
122-
* To remove this widget again, call {@link removeVectorToolBarIcon}
122+
* To remove this widget again, call {\link removeVectorToolBarIcon}
123123
* with the returned QAction.
124124
*
125125
* \param widget widget to add. The toolbar will take ownership of this widget
@@ -133,7 +133,7 @@ class APP_EXPORT QgisAppInterface : public QgisInterface
133133

134134
/**
135135
* Add a widget to the database toolbar.
136-
* To remove this widget again, call {@link removeDatabaseToolBarIcon}
136+
* To remove this widget again, call {\link removeDatabaseToolBarIcon}
137137
* with the returned QAction.
138138
*
139139
* \param widget widget to add. The toolbar will take ownership of this widget
@@ -147,7 +147,7 @@ class APP_EXPORT QgisAppInterface : public QgisInterface
147147

148148
/**
149149
* Add a widget to the web toolbar.
150-
* To remove this widget again, call {@link removeWebToolBarIcon}
150+
* To remove this widget again, call {\link removeWebToolBarIcon}
151151
* with the returned QAction.
152152
*
153153
* \param widget widget to add. The toolbar will take ownership of this widget

‎src/core/composer/qgscomposerscalebar.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ class CORE_EXPORT QgsComposerScaleBar: public QgsComposerItem
9595
void setSegmentSizeMode( SegmentSizeMode mode );
9696

9797
/** Returns the minimum size (in millimeters) for scale bar segments. This
98-
* property is only effective if the @link segmentSizeMode @endlink is set
99-
* to @link SegmentSizeFitWidth @endlink.
98+
* property is only effective if the \link segmentSizeMode \endlink is set
99+
* to \link SegmentSizeFitWidth \endlink.
100100
* \see segmentSizeMode
101101
* \see setMinBarWidth
102102
* \see maxBarWidth
@@ -105,8 +105,8 @@ class CORE_EXPORT QgsComposerScaleBar: public QgsComposerItem
105105
double minBarWidth() const { return mMinBarWidth; }
106106

107107
/** Sets the minimum size (in millimeters) for scale bar segments. This
108-
* property is only effective if the @link segmentSizeMode @endlink is set
109-
* to @link SegmentSizeFitWidth @endlink.
108+
* property is only effective if the \link segmentSizeMode \endlink is set
109+
* to \link SegmentSizeFitWidth \endlink.
110110
* \param minWidth minimum width in millimeters
111111
* \see minBarWidth
112112
* \see setMaxBarWidth
@@ -116,8 +116,8 @@ class CORE_EXPORT QgsComposerScaleBar: public QgsComposerItem
116116
void setMinBarWidth( double minWidth );
117117

118118
/** Returns the maximum size (in millimeters) for scale bar segments. This
119-
* property is only effective if the @link segmentSizeMode @endlink is set
120-
* to @link SegmentSizeFitWidth @endlink.
119+
* property is only effective if the \link segmentSizeMode \endlink is set
120+
* to \link SegmentSizeFitWidth \endlink.
121121
* \see segmentSizeMode
122122
* \see setMaxBarWidth
123123
* \see minBarWidth
@@ -126,8 +126,8 @@ class CORE_EXPORT QgsComposerScaleBar: public QgsComposerItem
126126
double maxBarWidth() const { return mMaxBarWidth; }
127127

128128
/** Sets the maximum size (in millimeters) for scale bar segments. This
129-
* property is only effective if the @link segmentSizeMode @endlink is set
130-
* to @link SegmentSizeFitWidth @endlink.
129+
* property is only effective if the \link segmentSizeMode \endlink is set
130+
* to \link SegmentSizeFitWidth \endlink.
131131
* \param maxWidth maximum width in millimeters
132132
* \see minBarWidth
133133
* \see setMaxBarWidth

‎src/core/composer/qgscomposertexttable.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class CORE_EXPORT QgsComposerTextTableV2 : public QgsComposerTableV2
3838
* \note If row is shorter than the number of columns in the table than blank cells
3939
* will be inserted at the end of the row. If row contains more strings then the number
4040
* of columns in the table then these extra strings will be ignored.
41-
* \note if adding many rows, @link setContents @endlink is much faster
41+
* \note if adding many rows, \link setContents \endlink is much faster
4242
*/
4343
void addRow( const QStringList &row );
4444

‎src/core/effects/qgsblureffect.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ class CORE_EXPORT QgsBlurEffect : public QgsPaintEffect
5656
virtual QgsBlurEffect *clone() const override;
5757

5858
/** Sets blur level (strength)
59-
* \param level blur level. Depending on the current @link blurMethod @endlink, this parameter
59+
* \param level blur level. Depending on the current \link blurMethod \endlink, this parameter
6060
* has different effects
6161
* \see blurLevel
6262
* \see blurMethod
6363
*/
6464
void setBlurLevel( const int level ) { mBlurLevel = level; }
6565

6666
/** Returns the blur level (strength)
67-
* \returns blur level. Depending on the current @link blurMethod @endlink, this parameter
67+
* \returns blur level. Depending on the current \link blurMethod \endlink, this parameter
6868
* has different effects
6969
* \see setBlurLevel
7070
* \see blurMethod

‎src/core/effects/qgscoloreffect.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class CORE_EXPORT QgsColorEffect : public QgsPaintEffect
126126
bool colorizeOn() const { return mColorizeOn; }
127127

128128
/** Sets the color used for colorizing a picture. This is only used if
129-
* @link setColorizeOn @endlink is set to true.
129+
* \link setColorizeOn \endlink is set to true.
130130
* \param colorizeColor colorization color
131131
* \see colorizeColor
132132
* \see setColorizeOn
@@ -135,7 +135,7 @@ class CORE_EXPORT QgsColorEffect : public QgsPaintEffect
135135
void setColorizeColor( const QColor &colorizeColor );
136136

137137
/** Returns the color used for colorizing a picture. This is only used if
138-
* @link colorizeOn @endlink is set to true.
138+
* \link colorizeOn \endlink is set to true.
139139
* \returns colorization color
140140
* \see setColorizeColor
141141
* \see colorizeOn
@@ -144,7 +144,7 @@ class CORE_EXPORT QgsColorEffect : public QgsPaintEffect
144144
QColor colorizeColor() const { return mColorizeColor; }
145145

146146
/** Sets the strength for colorizing a picture. This is only used if
147-
* @link setColorizeOn @endlink is set to true.
147+
* \link setColorizeOn \endlink is set to true.
148148
* \param colorizeStrength colorization strength, between 0 and 100
149149
* \see colorizeStrength
150150
* \see setColorizeOn
@@ -153,7 +153,7 @@ class CORE_EXPORT QgsColorEffect : public QgsPaintEffect
153153
void setColorizeStrength( int colorizeStrength ) { mColorizeStrength = colorizeStrength; }
154154

155155
/** Returns the strength used for colorizing a picture. This is only used if
156-
* @link setColorizeOn @endlink is set to true.
156+
* \link setColorizeOn \endlink is set to true.
157157
* \returns colorization strength, between 0 and 100
158158
* \see setColorizeStrengths
159159
* \see colorizeOn

‎src/core/effects/qgsgloweffect.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ class CORE_EXPORT QgsGlowEffect : public QgsPaintEffect
5353
virtual void readProperties( const QgsStringMap &props ) override;
5454

5555
/** Sets the spread distance for drawing the glow effect.
56-
* \param spread spread distance. Units are specified via @link setSpreadUnit @endlink
56+
* \param spread spread distance. Units are specified via \link setSpreadUnit \endlink
5757
* \see spread
5858
* \see setSpreadUnit
5959
* \see setSpreadMapUnitScale
6060
*/
6161
void setSpread( const double spread ) { mSpread = spread; }
6262

6363
/** Returns the spread distance used for drawing the glow effect.
64-
* \returns spread distance. Units are retrieved via @link spreadUnit @endlink
64+
* \returns spread distance. Units are retrieved via \link spreadUnit \endlink
6565
* \see setSpread
6666
* \see spreadUnit
6767
* \see spreadMapUnitScale
@@ -129,7 +129,7 @@ class CORE_EXPORT QgsGlowEffect : public QgsPaintEffect
129129
*/
130130
double transparency() const { return mTransparency; }
131131

132-
/** Sets the color for the glow. This only applies if the @link colorType @endlink
132+
/** Sets the color for the glow. This only applies if the \link colorType \endlink
133133
* is set to SingleColor. The glow will fade between the specified color and
134134
* a totally transparent version of the color.
135135
* \param color glow color
@@ -138,7 +138,7 @@ class CORE_EXPORT QgsGlowEffect : public QgsPaintEffect
138138
*/
139139
void setColor( const QColor &color ) { mColor = color; }
140140

141-
/** Returns the color for the glow. This only applies if the @link colorType @endlink
141+
/** Returns the color for the glow. This only applies if the \link colorType \endlink
142142
* is set to SingleColor. The glow will fade between the specified color and
143143
* a totally transparent version of the color.
144144
* \returns glow color
@@ -147,15 +147,15 @@ class CORE_EXPORT QgsGlowEffect : public QgsPaintEffect
147147
*/
148148
QColor color() const { return mColor; }
149149

150-
/** Sets the color ramp for the glow. This only applies if the @link colorType @endlink
150+
/** Sets the color ramp for the glow. This only applies if the \link colorType \endlink
151151
* is set to ColorRamp. The glow will utilize colors from the ramp.
152152
* \param ramp color ramp for glow. Ownership of the ramp is transferred to the effect.
153153
* \see ramp
154154
* \see setColorType
155155
*/
156156
void setRamp( QgsColorRamp *ramp );
157157

158-
/** Returns the color ramp used for the glow. This only applies if the @link colorType @endlink
158+
/** Returns the color ramp used for the glow. This only applies if the \link colorType \endlink
159159
* is set to ColorRamp. The glow will utilize colors from the ramp.
160160
* \returns color ramp for glow
161161
* \see setRamp

‎src/core/effects/qgspainteffect.h

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ class QgsRenderContext;
3434
* either drawing a picture directly, or by intercepting drawing operations to a
3535
* render context.
3636
*
37-
* To directly draw a picture, use the @link render @endlink method with a source
37+
* To directly draw a picture, use the \link render \endlink method with a source
3838
* QPicture and destination render context.
3939
*
4040
* Intercepting drawing operations to a render context is achieved by first calling
41-
* the @link begin @endlink method, passing a render context. Any drawing operations
41+
* the \link begin \endlink method, passing a render context. Any drawing operations
4242
* performed on the render context will not directly affect the context's paint
43-
* device. When the drawing operations have been completed, call the @link end @endlink
43+
* device. When the drawing operations have been completed, call the \link end \endlink
4444
* method. This will perform the paint effect on the intercepted drawing operations
4545
* and render the result to the render context's paint device.
4646
*
@@ -95,7 +95,7 @@ class CORE_EXPORT QgsPaintEffect
9595

9696
/** Saves the current state of the effect to a DOM element. The default
9797
* behavior is to save the properties string map returned by
98-
* @link properties @endlink.
98+
* \link properties \endlink.
9999
* \param doc destination DOM document
100100
* \param element destination DOM element
101101
* \returns true if save was successful
@@ -118,7 +118,7 @@ class CORE_EXPORT QgsPaintEffect
118118
virtual void render( QPicture &picture, QgsRenderContext &context );
119119

120120
/** Begins intercepting paint operations to a render context. When the corresponding
121-
* @link end @endlink member is called all intercepted paint operations will be
121+
* \link end \endlink member is called all intercepted paint operations will be
122122
* drawn to the render context after being modified by the effect.
123123
* \param context destination render context
124124
* \see end
@@ -146,14 +146,14 @@ class CORE_EXPORT QgsPaintEffect
146146
void setEnabled( const bool enabled );
147147

148148
/** Returns the draw mode for the effect. This property only has an
149-
* effect if the paint effect is used in a @link QgsEffectStack @endlink
149+
* effect if the paint effect is used in a \link QgsEffectStack \endlink
150150
* \returns draw mode for effect
151151
* \see setDrawMode
152152
*/
153153
DrawMode drawMode() const { return mDrawMode; }
154154

155155
/** Sets the draw mode for the effect. This property only has an
156-
* effect if the paint effect is used in a @link QgsEffectStack @endlink
156+
* effect if the paint effect is used in a \link QgsEffectStack \endlink
157157
* \param drawMode draw mode for effect
158158
* \see drawMode
159159
*/
@@ -181,17 +181,17 @@ class CORE_EXPORT QgsPaintEffect
181181
*/
182182
void drawSource( QPainter &painter );
183183

184-
/** Returns the source QPicture. The @link draw @endlink member can utilize this when
184+
/** Returns the source QPicture. The \link draw \endlink member can utilize this when
185185
* drawing the effect.
186186
* \returns source QPicture
187187
* \see drawSource
188188
* \see sourceAsImage
189189
*/
190190
const QPicture *source() const { return mPicture; }
191191

192-
/** Returns the source QPicture rendered to a new QImage. The @link draw @endlink member can
192+
/** Returns the source QPicture rendered to a new QImage. The \link draw \endlink member can
193193
* utilize this when drawing the effect. The image will be padded or cropped from the original
194-
* source QPicture by the results of the @link boundingRect @endlink method.
194+
* source QPicture by the results of the \link boundingRect \endlink method.
195195
* The result is cached to speed up subsequent calls to sourceAsImage.
196196
* \returns source QPicture rendered to an image
197197
* \see drawSource

‎src/core/effects/qgsshadoweffect.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ class CORE_EXPORT QgsShadowEffect : public QgsPaintEffect
6969
int offsetAngle() const { return mOffsetAngle; }
7070

7171
/** Sets the distance for offsetting the shadow.
72-
* \param distance offset distance. Units are specified via @link setOffsetUnit @endlink
72+
* \param distance offset distance. Units are specified via \link setOffsetUnit \endlink
7373
* \see offsetDistance
7474
* \see setOffsetUnit
7575
* \see setOffsetMapUnitScale
7676
*/
7777
void setOffsetDistance( const double distance ) { mOffsetDist = distance; }
7878

7979
/** Returns the distance used for offsetting the shadow.
80-
* \returns offset distance. Distance units are retrieved via @link offsetUnit @endlink
80+
* \returns offset distance. Distance units are retrieved via \link offsetUnit \endlink
8181
* \see setOffsetDistance
8282
* \see offsetUnit
8383
* \see offsetMapUnitScale

‎src/core/geometry/qgsgeometry.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ struct QgsGeometryPrivate;
7272
* for geometry objects. QgsGeometry is implicitly shared, so making copies of geometries is inexpensive. The geometry
7373
* container class can also be stored inside a QVariant object.
7474
*
75-
* The actual geometry representation is stored as a @link QgsAbstractGeometry @endlink within the container, and
76-
* can be accessed via the @link geometry @endlink method or set using the @link setGeometry @endlink method.
75+
* The actual geometry representation is stored as a \link QgsAbstractGeometry \endlink within the container, and
76+
* can be accessed via the \link geometry \endlink method or set using the \link setGeometry \endlink method.
7777
*/
7878

7979
class CORE_EXPORT QgsGeometry
@@ -112,7 +112,7 @@ class CORE_EXPORT QgsGeometry
112112
void setGeometry( QgsAbstractGeometry *geometry );
113113

114114
/** Returns true if the geometry is null (ie, contains no underlying geometry
115-
* accessible via @link geometry @endlink).
115+
* accessible via \link geometry \endlink).
116116
* \see geometry
117117
* \since QGIS 2.10
118118
* \see isEmpty()

‎src/core/qgscacheindex.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class CORE_EXPORT QgsAbstractCacheIndex
6666
* and set the iterator to a valid iterator over the cached features. If it is not able
6767
* it will return false.
6868
*
69-
* \param featureIterator A reference to a {@link QgsFeatureIterator}. A valid featureIterator will
69+
* \param featureIterator A reference to a {\link QgsFeatureIterator}. A valid featureIterator will
7070
* be assigned in case this index is able to answer the request and the return
7171
* value is true.
7272
* \param featureRequest The feature request, for which this index is queried.

‎src/core/qgsdatetimestatisticalsummary.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
* \class QgsDateTimeStatisticalSummary
3434
* \brief Calculator for summary statistics and aggregates for a list of datetimes.
3535
*
36-
* Statistics are calculated by calling @link calculate @endlink and passing a list of datetimes. The
36+
* Statistics are calculated by calling \link calculate \endlink and passing a list of datetimes. The
3737
* individual statistics can then be retrieved using the associated methods. Note that not all statistics
3838
* are calculated by default. Statistics which require slower computations are only calculated by
39-
* specifying the statistic in the constructor or via @link setStatistics @endlink.
39+
* specifying the statistic in the constructor or via \link setStatistics \endlink.
4040
*
4141
* \since QGIS 2.16
4242
*/

‎src/core/qgseditformconfig.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,15 +211,15 @@ class CORE_EXPORT QgsEditFormConfig
211211
* Get Python function for edit form initialization.
212212
* Will be looked up in a Python file relative to the project folder if it
213213
* includes a module name or if it's a pure function name it will searched
214-
* in the Python code set with @link setInitCode @endlink.
214+
* in the Python code set with \link setInitCode \endlink.
215215
*/
216216
QString initFunction() const;
217217

218218
/**
219219
* Set Python function for edit form initialization.
220220
* Will be looked up in a Python file relative to the project folder if it
221221
* includes a module name or if it's a pure function name it will searched
222-
* in the Python code set with @link setInitCode @endlink.
222+
* in the Python code set with \link setInitCode \endlink.
223223
*/
224224
void setInitFunction( const QString &function );
225225

@@ -231,7 +231,7 @@ class CORE_EXPORT QgsEditFormConfig
231231
/**
232232
* Set Python code for edit form initialization.
233233
* Make sure that you also set the appropriate function name in
234-
* @link setInitFunction @endlink
234+
* \link setInitFunction \endlink
235235
*/
236236
void setInitCode( const QString &code );
237237

@@ -243,7 +243,7 @@ class CORE_EXPORT QgsEditFormConfig
243243
/**
244244
* Set Python external file path for edit form initialization.
245245
* Make sure that you also set the appropriate function name in
246-
* @link setInitFunction @endlink
246+
* \link setInitFunction \endlink
247247
*/
248248
void setInitFilePath( const QString &filePath );
249249

‎src/core/qgsexpression.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Implicit sharing
9898
This class is implicitly shared, copying has a very low overhead.
9999
It is normally preferable to call `QgsExpression( otherExpression )` instead of
100100
`QgsExpression( otherExpression.expression() )`. A deep copy will only be made
101-
when {@link prepare()} is called. For usage this means mainly, that you should
101+
when {\link prepare()} is called. For usage this means mainly, that you should
102102
normally keep an unprepared master copy of a QgsExpression and whenever using it
103103
with a particular QgsFeatureIterator copy it just before and prepare it using the
104104
same context as the iterator.
@@ -115,7 +115,7 @@ class CORE_EXPORT QgsExpression
115115
/**
116116
* Creates a new expression based on the provided string.
117117
* The string will immediately be parsed. For optimization
118-
* {@link prepare()} should always be called before every
118+
* {\link prepare()} should always be called before every
119119
* loop in which this expression is used.
120120
*/
121121
QgsExpression( const QString &expr );

‎src/core/qgsfeature.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ class CORE_EXPORT QgsFeature
228228
void setId( QgsFeatureId id );
229229

230230
/** Returns the feature's attributes.
231-
* @link attributes @endlink method.
231+
* \link attributes \endlink method.
232232
* \returns list of feature's attributes
233233
* \see setAttributes
234234
* \since QGIS 2.9
@@ -359,7 +359,7 @@ class CORE_EXPORT QgsFeature
359359
QgsFields fields() const;
360360

361361
/** Insert a value into attribute. Returns false if attribute name could not be converted to index.
362-
* Field map must be associated using @link setFields @endlink before this method can be used.
362+
* Field map must be associated using \link setFields \endlink before this method can be used.
363363
* The feature will be valid if it was successful
364364
* \param name The name of the field to set
365365
* \param value The value to set
@@ -393,7 +393,7 @@ class CORE_EXPORT QgsFeature
393393
% End
394394
#endif
395395

396-
/** Removes an attribute value by field name. Field map must be associated using @link setFields @endlink
396+
/** Removes an attribute value by field name. Field map must be associated using \link setFields \endlink
397397
* before this method can be used.
398398
* \param name The name of the field to delete
399399
* \returns false if attribute name could not be converted to index (C++ only)
@@ -419,7 +419,7 @@ class CORE_EXPORT QgsFeature
419419
% End
420420
#endif
421421

422-
/** Lookup attribute value from attribute name. Field map must be associated using @link setFields @endlink
422+
/** Lookup attribute value from attribute name. Field map must be associated using \link setFields \endlink
423423
* before this method can be used.
424424
* \param name The name of the attribute to get
425425
* \returns The value of the attribute (C++: Invalid variant if no such name exists )
@@ -446,7 +446,7 @@ class CORE_EXPORT QgsFeature
446446
% End
447447
#endif
448448

449-
/** Lookup attribute value from its index. Field map must be associated using @link setFields @endlink
449+
/** Lookup attribute value from its index. Field map must be associated using \link setFields \endlink
450450
* before this method can be used.
451451
* \param fieldIdx The index of the attribute to get
452452
* \returns The value of the attribute (C++: Invalid variant if no such index exists )
@@ -474,7 +474,7 @@ class CORE_EXPORT QgsFeature
474474
% End
475475
#endif
476476

477-
/** Utility method to get attribute index from name. Field map must be associated using @link setFields @endlink
477+
/** Utility method to get attribute index from name. Field map must be associated using \link setFields \endlink
478478
* before this method can be used.
479479
* \param fieldName name of field to get attribute index of
480480
* \returns -1 if field does not exist or field map is not associated.

‎src/core/qgshistogram.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class CORE_EXPORT QgsHistogram
5959
* determined by the inter-quartile range of values and the number of values.
6060
* \returns optimal width for bins
6161
* \see optimalNumberBins
62-
* \note values must first be specified using @link setValues @endlink
62+
* \note values must first be specified using \link setValues \endlink
6363
*/
6464
double optimalBinWidth() const;
6565

@@ -68,22 +68,22 @@ class CORE_EXPORT QgsHistogram
6868
* of values and the number of values.
6969
* \returns optimal number of bins
7070
* \see optimalBinWidth
71-
* \note values must first be specified using @link setValues @endlink
71+
* \note values must first be specified using \link setValues \endlink
7272
*/
7373
int optimalNumberBins() const;
7474

7575
/** Returns a list of edges for the histogram for a specified number of bins. This list
7676
* will be length bins + 1, as both the first and last value are also included.
7777
* \param bins number of bins
7878
* \returns list of bin edges
79-
* \note values must first be specified using @link setValues @endlink
79+
* \note values must first be specified using \link setValues \endlink
8080
*/
8181
QList<double> binEdges( int bins ) const;
8282

8383
/** Returns the calculated list of the counts for the histogram bins.
8484
* \param bins number of histogram bins
8585
* \returns list of histogram counts
86-
* \note values must first be specified using @link setValues @endlink
86+
* \note values must first be specified using \link setValues \endlink
8787
*/
8888
QList<int> counts( int bins ) const;
8989

‎src/core/qgsproject.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ class CORE_EXPORT QgsProject : public QObject, public QgsExpressionContextGenera
834834
*
835835
* \param layerId The ID of the layer to be removed.
836836
*
837-
* \note Consider using {@link layersWillBeRemoved()} instead
837+
* \note Consider using {\link layersWillBeRemoved()} instead
838838
* \see layersWillBeRemoved()
839839
* \see layerRemoved()
840840
*/
@@ -845,7 +845,7 @@ class CORE_EXPORT QgsProject : public QObject, public QgsExpressionContextGenera
845845
*
846846
* \param layer The layer to be removed.
847847
*
848-
* \note Consider using {@link layersWillBeRemoved()} instead
848+
* \note Consider using {\link layersWillBeRemoved()} instead
849849
* \see layersWillBeRemoved()
850850
* \see layerRemoved()
851851
*/
@@ -864,14 +864,14 @@ class CORE_EXPORT QgsProject : public QObject, public QgsExpressionContextGenera
864864
*
865865
* \param layerId The ID of the layer removed.
866866
*
867-
* \note Consider using {@link layersRemoved()} instead
867+
* \note Consider using {\link layersRemoved()} instead
868868
* \see layerWillBeRemoved()
869869
*/
870870
void layerRemoved( const QString &layerId );
871871

872872
/**
873-
* Emitted when all layers are removed, before {@link layersWillBeRemoved()} and
874-
* {@link layerWillBeRemoved()} signals are emitted. The layersWillBeRemoved() and
873+
* Emitted when all layers are removed, before {\link layersWillBeRemoved()} and
874+
* {\link layerWillBeRemoved()} signals are emitted. The layersWillBeRemoved() and
875875
* layerWillBeRemoved() signals will still be emitted following this signal.
876876
* You can use this signal to do easy (and fast) cleanup.
877877
*/
@@ -893,18 +893,18 @@ class CORE_EXPORT QgsProject : public QObject, public QgsExpressionContextGenera
893893
/**
894894
* Emitted when a layer was added to the registry.
895895
*
896-
* \note Consider using {@link layersAdded()} instead
896+
* \note Consider using {\link layersAdded()} instead
897897
* \see layersAdded()
898898
*/
899899
void layerWasAdded( QgsMapLayer *layer );
900900

901901
/**
902902
* Emitted, when a layer was added to the registry and the legend.
903903
* Layers can also be private layers, which are signalled by
904-
* {@link layersAdded()} and {@link layerWasAdded()} but will not be
904+
* {\link layersAdded()} and {\link layerWasAdded()} but will not be
905905
* advertised by this signal.
906906
*
907-
* \param layers List of {@link QgsMapLayer}s which were added to the legend.
907+
* \param layers List of {\link QgsMapLayer}s which were added to the legend.
908908
*/
909909
void legendLayersAdded( const QList<QgsMapLayer *> &layers );
910910

‎src/core/qgsstatisticalsummary.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
* \class QgsStatisticalSummary
3232
* \brief Calculator for summary statistics for a list of doubles.
3333
*
34-
* Statistics are calculated by calling @link calculate @endlink and passing a list of doubles. The
34+
* Statistics are calculated by calling \link calculate \endlink and passing a list of doubles. The
3535
* individual statistics can then be retrieved using the associated methods. Note that not all statistics
3636
* are calculated by default. Statistics which require slower computations are only calculated by
37-
* specifying the statistic in the constructor or via @link setStatistics @endlink.
37+
* specifying the statistic in the constructor or via \link setStatistics \endlink.
3838
*
3939
* \since QGIS 2.9
4040
*/

‎src/core/qgsstringstatisticalsummary.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
* \class QgsStringStatisticalSummary
3232
* \brief Calculator for summary statistics and aggregates for a list of strings.
3333
*
34-
* Statistics are calculated by calling @link calculate @endlink and passing a list of strings. The
34+
* Statistics are calculated by calling \link calculate \endlink and passing a list of strings. The
3535
* individual statistics can then be retrieved using the associated methods. Note that not all statistics
3636
* are calculated by default. Statistics which require slower computations are only calculated by
37-
* specifying the statistic in the constructor or via @link setStatistics @endlink.
37+
* specifying the statistic in the constructor or via \link setStatistics \endlink.
3838
*
3939
* \since QGIS 2.16
4040
*/

‎src/core/qgsvectorlayer.h

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte
422422
QString displayField() const;
423423

424424
/** Set the preview expression, used to create a human readable preview string.
425-
* Used e.g. in the attribute table feature list. Uses { @link QgsExpression }.
425+
* Used e.g. in the attribute table feature list. Uses { \link QgsExpression }.
426426
*
427427
* \param displayExpression The expression which will be used to preview features
428428
* for this layer
@@ -431,7 +431,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte
431431

432432
/**
433433
* Get the preview expression, used to create a human readable preview string.
434-
* Uses { @link QgsExpression }
434+
* Uses { \link QgsExpression }
435435
*
436436
* \returns The expression which will be used to preview features for this layer
437437
*/
@@ -611,7 +611,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte
611611
/**
612612
* Get a copy of the user-selected features
613613
*
614-
* \returns A list of { @link QgsFeature } 's
614+
* \returns A list of { \link QgsFeature } 's
615615
*
616616
* \see selectedFeatureIds()
617617
* \see selectedFeaturesIterator() which is more memory friendly when handling large selections
@@ -634,7 +634,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte
634634
/**
635635
* Return reference to identifiers of selected features
636636
*
637-
* \returns A list of { @link QgsFeatureId } 's
637+
* \returns A list of { \link QgsFeatureId } 's
638638
* \see selectedFeatures()
639639
*/
640640
const QgsFeatureIds &selectedFeatureIds() const;
@@ -886,8 +886,8 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte
886886
bool addFeature( QgsFeature &feature, bool alsoUpdateExtent = true );
887887

888888
/** Updates an existing feature. This method needs to query the datasource
889-
on every call. Consider using {@link changeAttributeValue()} or
890-
{@link changeGeometry()} instead.
889+
on every call. Consider using {\link changeAttributeValue()} or
890+
{\link changeGeometry()} instead.
891891
\param f Feature to update
892892
\returns True in case of success and False in case of error
893893
*/
@@ -1103,27 +1103,27 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte
11031103
/**
11041104
* Returns the list of fields of this layer.
11051105
* This also includes fields which have not yet been saved to the provider.
1106-
* Alias for {@link fields()}
1106+
* Alias for {\link fields()}
11071107
*
11081108
* \returns A list of fields
11091109
*/
11101110
inline QgsFields pendingFields() const { return mFields; }
11111111

11121112
/**
11131113
* Returns list of attribute indexes. i.e. a list from 0 ... fieldCount()
1114-
* Alias for {@link attributeList()}
1114+
* Alias for {\link attributeList()}
11151115
*/
11161116
inline QgsAttributeList pendingAllAttributesList() const { return mFields.allAttributesList(); }
11171117

11181118
/**
11191119
* Returns list of attribute indexes. i.e. a list from 0 ... fieldCount()
1120-
* Alias for {@link attributeList()}
1120+
* Alias for {\link attributeList()}
11211121
*/
11221122
inline QgsAttributeList attributeList() const { return mFields.allAttributesList(); }
11231123

11241124
/**
11251125
* Returns list of attributes making up the primary key
1126-
* Alias for {@link pkAttributeList()}
1126+
* Alias for {\link pkAttributeList()}
11271127
*/
11281128
inline QgsAttributeList pendingPkAttributesList() const { return pkAttributeList(); }
11291129

@@ -1132,7 +1132,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte
11321132

11331133
/**
11341134
* Returns feature count including changes which have not yet been committed
1135-
* Alias for {@link featureCount()}
1135+
* Alias for {\link featureCount()}
11361136
*/
11371137
inline long pendingFeatureCount() const { return featureCount(); }
11381138

@@ -1661,8 +1661,8 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte
16611661
/**
16621662
* Make layer editable.
16631663
* This starts an edit session on this layer. Changes made in this edit session will not
1664-
* be made persistent until {@link commitChanges()} is called and can be reverted by calling
1665-
* {@link rollBack()}.
1664+
* be made persistent until {\link commitChanges()} is called and can be reverted by calling
1665+
* {\link rollBack()}.
16661666
*/
16671667
bool startEditing();
16681668

@@ -1704,7 +1704,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte
17041704

17051705
/**
17061706
* Will be emitted, when a new attribute has been added to this vector layer.
1707-
* Applies only to types {@link QgsFields::OriginEdit}, {@link QgsFields::OriginProvider} and {@link QgsFields::OriginExpression }
1707+
* Applies only to types {\link QgsFields::OriginEdit}, {\link QgsFields::OriginProvider} and {\link QgsFields::OriginExpression }
17081708
*
17091709
* \param idx The index of the new attribute
17101710
*
@@ -1714,15 +1714,15 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte
17141714

17151715
/**
17161716
* Will be emitted, when an expression field is going to be added to this vector layer.
1717-
* Applies only to types {@link QgsFields::OriginExpression }
1717+
* Applies only to types {\link QgsFields::OriginExpression }
17181718
*
17191719
* \param fieldName The name of the attribute to be added
17201720
*/
17211721
void beforeAddingExpressionField( const QString &fieldName );
17221722

17231723
/**
17241724
* Will be emitted, when an attribute has been deleted from this vector layer.
1725-
* Applies only to types {@link QgsFields::OriginEdit}, {@link QgsFields::OriginProvider} and {@link QgsFields::OriginExpression }
1725+
* Applies only to types {\link QgsFields::OriginEdit}, {\link QgsFields::OriginProvider} and {\link QgsFields::OriginExpression }
17261726
*
17271727
* \param idx The index of the deleted attribute
17281728
*
@@ -1732,7 +1732,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte
17321732

17331733
/**
17341734
* Will be emitted, when an expression field is going to be deleted from this vector layer.
1735-
* Applies only to types {@link QgsFields::OriginExpression }
1735+
* Applies only to types {\link QgsFields::OriginExpression }
17361736
*
17371737
* \param idx The index of the attribute to be deleted
17381738
*/
@@ -1749,7 +1749,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte
17491749
* Emitted when a feature has been deleted.
17501750
*
17511751
* If you do expensive operations in a slot connected to this, you should prever to use
1752-
* {@link featuresDeleted( const QgsFeatureIds& )}.
1752+
* {\link featuresDeleted( const QgsFeatureIds& )}.
17531753
*
17541754
* \param fid The id of the feature which has been deleted
17551755
*/
@@ -1824,14 +1824,14 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte
18241824
/**
18251825
* Signal emitted, when an edit command successfully ended
18261826
* \note This does not mean it is also committed, only that it is written
1827-
* to the edit buffer. See {@link beforeCommitChanges()}
1827+
* to the edit buffer. See {\link beforeCommitChanges()}
18281828
*/
18291829
void editCommandEnded();
18301830

18311831
/**
18321832
* Signal emitted, whan an edit command is destroyed
18331833
* \note This is not a rollback, it is only related to the current edit command.
1834-
* See {@link beforeRollBack()}
1834+
* See {\link beforeRollBack()}
18351835
*/
18361836
void editCommandDestroyed();
18371837

‎src/core/qgsvectorlayercache.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class QgsAbstractCacheIndex;
3131
* This class caches features of a given QgsVectorLayer.
3232
*
3333
* \brief
34-
* The cached features can be indexed by @link QgsAbstractCacheIndex @endlink.
34+
* The cached features can be indexed by \link QgsAbstractCacheIndex \endlink.
3535
*
3636
* Proper indexing for a given use-case may speed up performance substantially.
3737
*/
@@ -43,7 +43,7 @@ class CORE_EXPORT QgsVectorLayerCache : public QObject
4343
private:
4444

4545
/**
46-
* This is a wrapper class around a cached @link QgsFeature @endlink, which
46+
* This is a wrapper class around a cached \link QgsFeature \endlink, which
4747
* will inform the cache, when it has been deleted, so indexes can be
4848
* updated that the wrapped feature needs to be fetched again if needed.
4949
*/
@@ -157,8 +157,8 @@ class CORE_EXPORT QgsVectorLayerCache : public QObject
157157

158158
/**
159159
* \brief
160-
* Adds a {@link QgsAbstractCacheIndex} to this cache. Cache indices know about features present
161-
* in this cache and decide, if enough information is present in the cache to respond to a {@link QgsFeatureRequest}.
160+
* Adds a {\link QgsAbstractCacheIndex} to this cache. Cache indices know about features present
161+
* in this cache and decide, if enough information is present in the cache to respond to a {\link QgsFeatureRequest}.
162162
* The layer cache will take ownership of the index.
163163
*
164164
* \param cacheIndex The cache index to add.
@@ -168,7 +168,7 @@ class CORE_EXPORT QgsVectorLayerCache : public QObject
168168
/**
169169
* Query this VectorLayerCache for features.
170170
* If the VectorLayerCache (and moreover any of its indices) is able to satisfy
171-
* the request, the returned {@link QgsFeatureIterator} will iterate over cached features.
171+
* the request, the returned {\link QgsFeatureIterator} will iterate over cached features.
172172
* If it's not possible to fully satisfy the request from the cache, part or all of the features
173173
* will be requested from the data provider.
174174
* \param featureRequest The request specifying filter and required data.
@@ -274,7 +274,7 @@ class CORE_EXPORT QgsVectorLayerCache : public QObject
274274
* Please note, that this does not check, if the requested features are cached.
275275
*
276276
*
277-
* \param featureRequest The {@link QgsFeatureRequest} to be answered
277+
* \param featureRequest The {\link QgsFeatureRequest} to be answered
278278
* \returns True if the information is being cached, false if not
279279
*/
280280
bool checkInformationCovered( const QgsFeatureRequest &featureRequest );
@@ -301,7 +301,7 @@ class CORE_EXPORT QgsVectorLayerCache : public QObject
301301
/**
302302
* \brief Is emitted when the cached layer is deleted. Is emitted when the cached layers layerDelete()
303303
* signal is being emitted, but before the local reference to it has been set to NULL. So call to
304-
* @link layer() @endlink will still return a valid pointer for cleanup purpose.
304+
* \link layer() \endlink will still return a valid pointer for cleanup purpose.
305305
*/
306306
void cachedLayerDeleted();
307307

‎src/core/symbology-ng/qgsrenderer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ class CORE_EXPORT QgsFeatureRenderer
133133
/**
134134
* If a renderer does not require all the features this method may be overridden
135135
* and return an expression used as where clause.
136-
* This will be called once after {@link startRender()} and before the first call
137-
* to {@link renderFeature()}.
136+
* This will be called once after {\link startRender()} and before the first call
137+
* to {\link renderFeature()}.
138138
* By default this returns a null string and all features will be requested.
139139
* You do not need to specify the extent in here, this is taken care of separately and
140140
* will be combined with a filter returned from this method.

‎src/gui/attributetable/qgsattributetablemodel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class QgsEditorWidgetFactory;
3636
class QgsFieldFormatter;
3737

3838
/** \ingroup gui
39-
* A model backed by a {@link QgsVectorLayerCache} which is able to provide
39+
* A model backed by a {\link QgsVectorLayerCache} which is able to provide
4040
* feature/attribute information to a QAbstractItemView.
4141
*
4242
* \brief

‎src/gui/attributetable/qgsattributetableview.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ class QgsAttributeTableConfig;
3636

3737
/** \ingroup gui
3838
* \brief
39-
* Provides a table view of features of a @link QgsVectorLayer @endlink.
39+
* Provides a table view of features of a \link QgsVectorLayer \endlink.
4040
*
4141
* This can either be used as a standalone widget. QgsBrowser features a reference implementation.
42-
* Or this can be used within the @link QgsDualView @endlink stacked widget.
42+
* Or this can be used within the \link QgsDualView \endlink stacked widget.
4343
*/
4444

4545
class GUI_EXPORT QgsAttributeTableView : public QTableView
@@ -112,7 +112,7 @@ class GUI_EXPORT QgsAttributeTableView : public QTableView
112112

113113
/**
114114
* \brief
115-
* Is called when the context menu will be shown. Emits a @link willShowContextMenu @endlink signal,
115+
* Is called when the context menu will be shown. Emits a \link willShowContextMenu \endlink signal,
116116
* so the menu can be populated by other parts of the application.
117117
*
118118
* \param event The associated event object.
@@ -133,7 +133,7 @@ class GUI_EXPORT QgsAttributeTableView : public QTableView
133133
*
134134
* \param menu If additional QMenuItems are added, they will show up in the context menu.
135135
* \param atIndex The QModelIndex, to which the context menu belongs. Relative to the source model.
136-
* In most cases, this will be a @link QgsAttributeTableFilterModel @endlink
136+
* In most cases, this will be a \link QgsAttributeTableFilterModel \endlink
137137
*/
138138
void willShowContextMenu( QMenu *menu, const QModelIndex &atIndex );
139139

‎src/gui/attributetable/qgsdualview.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class QgsMapLayerAction;
3232
class QgsScrollArea;
3333

3434
/** \ingroup gui
35-
* This widget is used to show the attributes of a set of features of a {@link QgsVectorLayer}.
35+
* This widget is used to show the attributes of a set of features of a {\link QgsVectorLayer}.
3636
* The attributes can be edited.
3737
* It supports two different layouts: the table layout, in which the attributes for the features
3838
* are shown in a table and the editor layout, where the features are shown as a selectable list
@@ -77,7 +77,7 @@ class GUI_EXPORT QgsDualView : public QStackedWidget, private Ui::QgsDualViewBas
7777
*
7878
* \param layer The layer which should be used to fetch features
7979
* \param mapCanvas The mapCanvas (used for the FilterMode
80-
* {@link QgsAttributeTableFilterModel::ShowVisible}
80+
* {\link QgsAttributeTableFilterModel::ShowVisible}
8181
* \param request Use a modified request to limit the shown features
8282
* \param context The context in which this view is shown
8383
* \param loadFeatures whether to initially load all features into the view. If set to
@@ -205,7 +205,7 @@ class GUI_EXPORT QgsDualView : public QStackedWidget, private Ui::QgsDualViewBas
205205
public slots:
206206

207207
/**
208-
* \brief Set the current edit selection in the {@link AttributeEditor} mode.
208+
* \brief Set the current edit selection in the {\link AttributeEditor} mode.
209209
*
210210
* \param fids A list of edited features (Currently only one at a time is supported)
211211
*/

‎src/gui/attributetable/qgsfeaturelistmodel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ class GUI_EXPORT QgsFeatureListModel : public QAbstractProxyModel, public QgsFea
8383
QgsAttributeTableModel *masterModel();
8484

8585
/**
86-
* \param expression A {@link QgsExpression} compatible string.
86+
* \param expression A {\link QgsExpression} compatible string.
8787
* \returns true if the expression could be set, false if there was a parse error.
88-
* If it fails, the old expression will still be applied. Call {@link parserErrorString()}
88+
* If it fails, the old expression will still be applied. Call {\link parserErrorString()}
8989
* for a meaningful error message.
9090
*/
9191
bool setDisplayExpression( const QString &expression );

‎src/gui/attributetable/qgsfeaturelistview.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class QRect;
3737
*
3838
* \brief
3939
* Accepts a display expression to define the way, features are rendered.
40-
* Uses a {@link QgsFeatureListModel} as source model.
40+
* Uses a {\link QgsFeatureListModel} as source model.
4141
*
4242
*/
4343
class GUI_EXPORT QgsFeatureListView : public QListView
@@ -60,7 +60,7 @@ class GUI_EXPORT QgsFeatureListView : public QListView
6060
QgsVectorLayerCache *layerCache();
6161

6262
/**
63-
* Set the {@link QgsFeatureListModel} which is used to retrieve information
63+
* Set the {\link QgsFeatureListModel} which is used to retrieve information
6464
*
6565
* \param featureListModel The model to use
6666
*/

‎src/gui/attributetable/qgsfeatureselectionmodel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class GUI_EXPORT QgsFeatureSelectionModel : public QItemSelectionModel
3434
explicit QgsFeatureSelectionModel( QAbstractItemModel *model, QgsFeatureModel *featureModel, QgsIFeatureSelectionManager *featureSelectionHandler, QObject *parent );
3535

3636
/**
37-
* Enables or disables synchronisation to the {@link QgsVectorLayer}
37+
* Enables or disables synchronisation to the {\link QgsVectorLayer}
3838
* When synchronisation is disabled, any selection change will be buffered inside this selection model.
3939
* When enabled, any buffered changes are communicated to the layer and the buffer is emptied.
4040
* Mainly to be used for performance reasons, because selection change on the layer can cost time as it

‎src/gui/attributetable/qgsgenericfeatureselectionmanager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/** \ingroup gui
2424
* This selection manager synchronizes a local set of selected features with an attribute table.
2525
* If you want to synchronize the attribute table selection with the map canvas selection, you
26-
* should use { @link QgsVectorLayerSelectionManager } instead.
26+
* should use { \link QgsVectorLayerSelectionManager } instead.
2727
* \note not available in Python bindings
2828
*/
2929
class GUI_EXPORT QgsGenericFeatureSelectionManager : public QgsIFeatureSelectionManager

‎src/gui/attributetable/qgsifeatureselectionmanager.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/** \ingroup gui
2525
* Is an interface class to abstract feature selection handling.
2626
*
27-
* e.g. { @link QgsVectorLayer } implements this interface to manage its selections.
27+
* e.g. { \link QgsVectorLayer } implements this interface to manage its selections.
2828
*/
2929

3030
class GUI_EXPORT QgsIFeatureSelectionManager : public QObject
@@ -58,7 +58,7 @@ class GUI_EXPORT QgsIFeatureSelectionManager : public QObject
5858

5959
/**
6060
* Change selection to the new set of features. Dismisses the current selection.
61-
* Will emit the { @link selectionChanged( const QgsFeatureIds&, const QgsFeatureIds&, bool ) } signal with the
61+
* Will emit the { \link selectionChanged( const QgsFeatureIds&, const QgsFeatureIds&, bool ) } signal with the
6262
* clearAndSelect flag set.
6363
*
6464
* \param ids The ids which will be the new selection
@@ -68,7 +68,7 @@ class GUI_EXPORT QgsIFeatureSelectionManager : public QObject
6868
/**
6969
* Return reference to identifiers of selected features
7070
*
71-
* \returns A list of { @link QgsFeatureId } 's
71+
* \returns A list of { \link QgsFeatureId } 's
7272
* \see selectedFeatures()
7373
*/
7474
virtual const QgsFeatureIds &selectedFeatureIds() const = 0;

‎src/gui/attributetable/qgsvectorlayerselectionmanager.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class GUI_EXPORT QgsVectorLayerSelectionManager : public QgsIFeatureSelectionMan
5555

5656
/**
5757
* Change selection to the new set of features. Dismisses the current selection.
58-
* Will emit the { @link selectionChanged( const QgsFeatureIds&, const QgsFeatureIds&, bool ) } signal with the
58+
* Will emit the { \link selectionChanged( const QgsFeatureIds&, const QgsFeatureIds&, bool ) } signal with the
5959
* clearAndSelect flag set.
6060
*
6161
* \param ids The ids which will be the new selection
@@ -65,7 +65,7 @@ class GUI_EXPORT QgsVectorLayerSelectionManager : public QgsIFeatureSelectionMan
6565
/**
6666
* Return reference to identifiers of selected features
6767
*
68-
* \returns A list of { @link QgsFeatureIds }
68+
* \returns A list of { \link QgsFeatureIds }
6969
* \see selectedFeatures()
7070
*/
7171
virtual const QgsFeatureIds &selectedFeatureIds() const override;

‎src/gui/editorwidgets/core/qgseditorwidgetfactory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class GUI_EXPORT QgsEditorWidgetFactory
5252

5353
/**
5454
* Override this in your implementation.
55-
* Create a new editor widget wrapper. Call {@link QgsEditorWidgetRegistry::create()}
55+
* Create a new editor widget wrapper. Call {\link QgsEditorWidgetRegistry::create()}
5656
* instead of calling this method directly.
5757
*
5858
* \param vl The vector layer on which this widget will act

‎src/gui/editorwidgets/core/qgswidgetwrapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ class GUI_EXPORT QgsWidgetWrapper : public QObject
176176
* You should not do initialization stuff, which also has to be done for custom editor
177177
* widgets inside this method. Things like filling comboboxes and assigning other data which
178178
* will also be used to make widgets on forms created in the QtDesigner usable should be assigned
179-
* in {@link initWidget(QWidget*)}.
179+
* in {\link initWidget(QWidget*)}.
180180
*
181181
* \param parent You should set this parent on the created widget.
182182
* \returns A new widget

‎src/gui/editorwidgets/qgsrelationreferencefactory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class GUI_EXPORT QgsRelationReferenceFactory : public QgsEditorWidgetFactory
3535

3636
/**
3737
* Override this in your implementation.
38-
* Create a new editor widget wrapper. Call {@link QgsEditorWidgetRegistry::create()}
38+
* Create a new editor widget wrapper. Call {\link QgsEditorWidgetRegistry::create()}
3939
* instead of calling this method directly.
4040
*
4141
* \param vl The vector layer on which this widget will act

‎src/gui/qgisinterface.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class GUI_EXPORT QgisInterface : public QObject
166166

167167
/**
168168
* Add a widget to the plugins toolbar.
169-
* To remove this widget again, call {@link removeToolBarIcon}
169+
* To remove this widget again, call {\link removeToolBarIcon}
170170
* with the returned QAction.
171171
*
172172
* \param widget widget to add. The toolbar will take ownership of this widget
@@ -179,7 +179,7 @@ class GUI_EXPORT QgisInterface : public QObject
179179

180180
/**
181181
* Add a widget to the raster toolbar.
182-
* To remove this widget again, call {@link removeRasterToolBarIcon}
182+
* To remove this widget again, call {\link removeRasterToolBarIcon}
183183
* with the returned QAction.
184184
*
185185
* \param widget widget to add. The toolbar will take ownership of this widget
@@ -198,7 +198,7 @@ class GUI_EXPORT QgisInterface : public QObject
198198

199199
/**
200200
* Add a widget to the vector toolbar.
201-
* To remove this widget again, call {@link removeVectorToolBarIcon}
201+
* To remove this widget again, call {\link removeVectorToolBarIcon}
202202
* with the returned QAction.
203203
*
204204
* \param widget widget to add. The toolbar will take ownership of this widget
@@ -214,7 +214,7 @@ class GUI_EXPORT QgisInterface : public QObject
214214

215215
/**
216216
* Add a widget to the database toolbar.
217-
* To remove this widget again, call {@link removeDatabaseToolBarIcon}
217+
* To remove this widget again, call {\link removeDatabaseToolBarIcon}
218218
* with the returned QAction.
219219
*
220220
* \param widget widget to add. The toolbar will take ownership of this widget
@@ -230,7 +230,7 @@ class GUI_EXPORT QgisInterface : public QObject
230230

231231
/**
232232
* Add a widget to the web toolbar.
233-
* To remove this widget again, call {@link removeWebToolBarIcon}
233+
* To remove this widget again, call {\link removeWebToolBarIcon}
234234
* with the returned QAction.
235235
*
236236
* \param widget widget to add. The toolbar will take ownership of this widget
@@ -427,7 +427,7 @@ class GUI_EXPORT QgisInterface : public QObject
427427
* \param url URL to open
428428
* \param useQgisDocDirectory If true, the URL will be formed by concatenating
429429
* url to the QGIS documentation directory path (prefix/share/doc)
430-
* @deprecated
430+
* \deprecated
431431
*/
432432
#ifndef Q_MOC_RUN
433433
Q_DECL_DEPRECATED

‎src/gui/qgshistogramwidget.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class GUI_EXPORT QgsHistogramWidget : public QWidget, private Ui::QgsHistogramWi
7777
QString sourceFieldExp() const { return mSourceFieldExp; }
7878

7979
/** Sets the pen to use when drawing histogram bars. If set to Qt::NoPen then the
80-
* pen will be automatically calculated. If ranges have been set using @link setGraduatedRanges @endlink
80+
* pen will be automatically calculated. If ranges have been set using \link setGraduatedRanges \endlink
8181
* then the pen and brush will have no effect.
8282
* \param pen histogram pen
8383
* \see pen
@@ -91,7 +91,7 @@ class GUI_EXPORT QgsHistogramWidget : public QWidget, private Ui::QgsHistogramWi
9191
*/
9292
QPen pen() const { return mPen; }
9393

94-
/** Sets the brush used for drawing histogram bars. If ranges have been set using @link setGraduatedRanges @endlink
94+
/** Sets the brush used for drawing histogram bars. If ranges have been set using \link setGraduatedRanges \endlink
9595
* then the pen and brush will have no effect.
9696
* \param brush histogram brush
9797
* \see brush
@@ -152,7 +152,7 @@ class GUI_EXPORT QgsHistogramWidget : public QWidget, private Ui::QgsHistogramWi
152152
void refreshValues();
153153

154154
/** Redraws the histogram. Calling this slot does not update the values
155-
* for the histogram, use @link refreshValues @endlink to do this.
155+
* for the histogram, use \link refreshValues \endlink to do this.
156156
*/
157157
void refresh();
158158

‎src/gui/qgsrubberband.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ class GUI_EXPORT QgsRubberBand: public QgsMapCanvasItem
222222
/**
223223
* Sets this rubber band to the geometry of an existing feature.
224224
* This is useful for feature highlighting.
225-
* In contrast to {@link addGeometry}, this method does also change the geometry type of the rubberband.
225+
* In contrast to {\link addGeometry}, this method does also change the geometry type of the rubberband.
226226
* \param geom the geometry object
227227
* \param layer the layer containing the feature, used for coord transformation to map
228228
* crs. In case of 0 pointer, the coordinates are not going to be transformed.
@@ -239,8 +239,8 @@ class GUI_EXPORT QgsRubberBand: public QgsMapCanvasItem
239239
* Adds the geometry of an existing feature to a rubberband
240240
* This is useful for multi feature highlighting.
241241
* As of 2.0, this method does not change the GeometryType any more. You need to set the GeometryType
242-
* of the rubberband explicitly by calling {@link reset} or {@link setToGeometry} with appropriate arguments.
243-
* {@link setToGeometry} is also to be preferred for backwards-compatibility.
242+
* of the rubberband explicitly by calling {\link reset} or {\link setToGeometry} with appropriate arguments.
243+
* {\link setToGeometry} is also to be preferred for backwards-compatibility.
244244
*
245245
* \param geom the geometry object. Will be treated as a collection of vertices.
246246
* \param layer the layer containing the feature, used for coord transformation to map

‎src/gui/symbology-ng/qgssymbollayerwidget.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@ class GUI_EXPORT QgsSymbolLayerWidget : public QWidget, protected QgsExpressionC
8282

8383
/**
8484
* Should be emitted whenever configuration changes happened on this symbol layer configuration.
85-
* If the subsymbol is changed, {@link symbolChanged()} should be emitted instead.
85+
* If the subsymbol is changed, {\link symbolChanged()} should be emitted instead.
8686
*/
8787
void changed();
8888

8989
/**
9090
* Should be emitted whenever the sub symbol changed on this symbol layer configuration.
91-
* Normally {@link changed()} should be preferred.
91+
* Normally {\link changed()} should be preferred.
9292
*
93-
* \see {@link changed()}
93+
* \see {\link changed()}
9494
*/
9595
void symbolChanged();
9696

‎src/server/qgsftptransaction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
/** A class for synchronous ftp access (using QFtp in background)
2121
*
22-
* @deprecated because of QFtp removal in Qt5.
22+
* \deprecated because of QFtp removal in Qt5.
2323
*/
2424
class QgsFtpTransaction: public QObject
2525
{

0 commit comments

Comments
 (0)
Please sign in to comment.