Skip to content

Commit

Permalink
fix doxygen warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Apr 19, 2014
1 parent 4184bd9 commit 4c08528
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/core/qgsgml.h
Expand Up @@ -54,6 +54,8 @@ class CORE_EXPORT QgsGml : public QObject
* @param uri GML URL
* @param wkbType wkbType to retrieve
* @param extent retrieved extents
* @param userName username for authentification
* @param password password for authentification
* @return 0 in case of success
*/
int getFeatures( const QString& uri, QGis::WkbType* wkbType, QgsRectangle* extent = 0, const QString& userName = QString(), const QString& password = QString() );
Expand Down
5 changes: 3 additions & 2 deletions src/core/qgsobjectcustomproperties.h
Expand Up @@ -49,8 +49,9 @@ class CORE_EXPORT QgsObjectCustomProperties


/** Read store contents from XML
@param layerNode note to read from
@param keyStartsWith reads only properties starting with the specified string (or all if the string is empty)*/
@param parentNode node to read from
@param keyStartsWith reads only properties starting with the specified string (or all if the string is empty)
*/
void readXml( const QDomNode& parentNode, const QString& keyStartsWith = QString() );

/** Write store contents to XML */
Expand Down

0 comments on commit 4c08528

Please sign in to comment.