Skip to content

Commit

Permalink
Another try at fixing Doxygen warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 3, 2018
1 parent 497fa4f commit fdace26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/expression/qgsexpressionfunction.cpp
Expand Up @@ -131,7 +131,7 @@ bool QgsExpressionFunction::handlesNull() const
}

// doxygen doesn't like this constructor for some reason (maybe the function arguments?)
///@ cond PRIVATE
///@cond PRIVATE
QgsStaticExpressionFunction::QgsStaticExpressionFunction( const QString &fnname, const QgsExpressionFunction::ParameterList &params,
FcnEval fcn,
const QString &group,
Expand Down

0 comments on commit fdace26

Please sign in to comment.