Skip to content

Commit

Permalink
Put QgsSQLiteExpressionCompiler class inside Doxygen PRIVATE tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Apr 27, 2016
1 parent 328eaad commit 707655e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/qgssqliteexpressioncompiler.cpp
Expand Up @@ -13,6 +13,8 @@
* *
***************************************************************************/

///@cond PRIVATE

#include "qgssqliteexpressioncompiler.h"
#include "qgssqlexpressioncompiler.h"

Expand Down Expand Up @@ -81,3 +83,5 @@ QString QgsSQLiteExpressionCompiler::quotedValue( const QVariant& value, bool& o
return v.replace( '\'', "''" ).prepend( '\'' ).append( '\'' );
}
}

///@endcond
4 changes: 4 additions & 0 deletions src/core/qgssqliteexpressioncompiler.h
Expand Up @@ -16,6 +16,8 @@
#ifndef QGSSQLITEEXPRESSIONCOMPILER_H
#define QGSSQLITEEXPRESSIONCOMPILER_H

///@cond PRIVATE

#include "qgssqlexpressioncompiler.h"
#include "qgsexpression.h"

Expand Down Expand Up @@ -46,4 +48,6 @@ class CORE_EXPORT QgsSQLiteExpressionCompiler : public QgsSqlExpressionCompiler

};

///@endcond

#endif // QGSSQLITEEXPRESSIONCOMPILER_H

0 comments on commit 707655e

Please sign in to comment.