Navigation Menu

Skip to content

Commit

Permalink
Fix doxygen warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 11, 2023
1 parent fe158c2 commit 751c4a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/expression/qgsexpression.cpp
Expand Up @@ -37,10 +37,12 @@ Q_GLOBAL_STATIC( QgsStringMap, sGroups )

HelpTextHash QgsExpression::sFunctionHelpTexts;

///@cond PRIVATE
HelpTextHash &QgsExpression::functionHelpTexts()
{
return sFunctionHelpTexts;
}
///@endcond

bool QgsExpression::checkExpression( const QString &text, const QgsExpressionContext *context, QString &errorMessage )
{
Expand Down

0 comments on commit 751c4a9

Please sign in to comment.