Skip to content

Commit 0fa85bb

Browse files
committedMay 28, 2018
put \since and \deprecated at the end of comment blocks
1 parent 6772f0d commit 0fa85bb

File tree

186 files changed

+588
-582
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

186 files changed

+588
-582
lines changed
 

‎src/3d/processing/qgs3dalgorithms.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
/**
2626
* \ingroup analysis
2727
* \class Qgs3DAlgorithms
28-
* \since QGIS 3.0
2928
* \brief QGIS 3D processing algorithm provider.
29+
* \since QGIS 3.0
3030
*/
3131
class _3D_EXPORT Qgs3DAlgorithms: public QgsProcessingProvider
3232
{

‎src/3d/qgs3dmapsettings.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,17 +110,17 @@ class _3D_EXPORT Qgs3DMapSettings : public QObject
110110
* Returns the path resolver for conversion between relative and absolute paths
111111
* during rendering operations, e.g. for resolving relative symbol paths.
112112
*
113-
* \since QGIS 3.0
114113
* \see setPathResolver()
114+
* \since QGIS 3.0
115115
*/
116116
const QgsPathResolver &pathResolver() const { return mPathResolver; }
117117

118118
/**
119119
* Sets the path \a resolver for conversion between relative and absolute paths
120120
* during rendering operations, e.g. for resolving relative symbol paths.
121121
*
122-
* \since QGIS 3.0
123122
* \see pathResolver()
123+
* \since QGIS 3.0
124124
*/
125125
void setPathResolver( const QgsPathResolver &resolver ) { mPathResolver = resolver; }
126126

0 commit comments

Comments
 (0)
Please sign in to comment.