Skip to content

Commit fdace26

Browse files
committedApr 3, 2018
Another try at fixing Doxygen warnings
1 parent 497fa4f commit fdace26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/expression/qgsexpressionfunction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ bool QgsExpressionFunction::handlesNull() const
131131
}
132132

133133
// doxygen doesn't like this constructor for some reason (maybe the function arguments?)
134-
///@ cond PRIVATE
134+
///@cond PRIVATE
135135
QgsStaticExpressionFunction::QgsStaticExpressionFunction( const QString &fnname, const QgsExpressionFunction::ParameterList &params,
136136
FcnEval fcn,
137137
const QString &group,

0 commit comments

Comments
 (0)
Please sign in to comment.