Skip to content

Commit

Permalink
fix Doxygen warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Apr 20, 2018
1 parent d124011 commit 5b8a341
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions python/core/mesh/qgsmeshlayer.sip.in
Expand Up @@ -28,9 +28,9 @@ yet support editing transactions.

The main data providers supported by QGIS are listed below.

\section providers Mesh data providers
\section mesh_providers Mesh data providers

\subsection memory Memory data providerType (mesh_memory)
\subsection mesh_memory Memory data providerType (mesh_memory)

The memory data provider is used to construct in memory data, for example scratch
data. There is no inherent persistent storage of the data. The data source uri is constructed.
Expand Down
4 changes: 2 additions & 2 deletions src/core/mesh/qgsmeshlayer.h
Expand Up @@ -46,9 +46,9 @@ struct QgsMesh;
*
* The main data providers supported by QGIS are listed below.
*
* \section providers Mesh data providers
* \section mesh_providers Mesh data providers
*
* \subsection memory Memory data providerType (mesh_memory)
* \subsection mesh_memory Memory data providerType (mesh_memory)
*
* The memory data provider is used to construct in memory data, for example scratch
* data. There is no inherent persistent storage of the data. The data source uri is constructed.
Expand Down
4 changes: 3 additions & 1 deletion src/core/mesh/qgsmeshmemorydataprovider.cpp
Expand Up @@ -14,6 +14,8 @@
* (at your option) any later version. *
* *
***************************************************************************/
///@cond PRIVATE

#include "qgsmeshmemorydataprovider.h"

static const QString TEXT_PROVIDER_KEY = QStringLiteral( "mesh_memory" );
Expand Down Expand Up @@ -164,4 +166,4 @@ QgsMeshFace QgsMeshMemoryDataProvider::face( int index ) const
return mFaces[index];
}


///@endcond
2 changes: 1 addition & 1 deletion src/core/mesh/qgstriangularmesh.h
Expand Up @@ -54,7 +54,7 @@ class CORE_EXPORT QgsTriangularMesh

/**
* Construct triangular mesh from layer's native mesh and context
* \param layer QgsMeshLayer to get native mesh data
* \param nativeMesh QgsMesh to access native vertices and faces
* \param context Rendering context to estimate number of triagles to create for an face
*/
void update( QgsMesh *nativeMesh, QgsRenderContext *context );
Expand Down

0 comments on commit 5b8a341

Please sign in to comment.