Skip to content

Commit 7f3371f

Browse files
committed
Fix doxygen warning
1 parent f55eca8 commit 7f3371f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgspropertycollection.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ class CORE_EXPORT QgsAbstractPropertyCollection
291291
*/
292292
virtual bool loadVariant( const QVariant &configuration, const QgsPropertiesDefinition &definitions ) = 0;
293293

294-
///cond PRIVATE
294+
///@cond PRIVATE
295295
template<class T> QDateTime valueAsDateTime( const T &key, const QgsExpressionContext &context, const QDateTime &defaultDateTime = QDateTime(), bool *ok = nullptr ) const SIP_SKIP
296296
{
297297
return valueAsDateTime( static_cast< int >( key ), context, defaultDateTime, ok );

0 commit comments

Comments
 (0)