Skip to content

Commit

Permalink
more doxygen fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jul 15, 2014
1 parent 3f67443 commit b1a4b28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/composer/qgscomposerobject.h
Expand Up @@ -111,7 +111,7 @@ class CORE_EXPORT QgsComposerObject: public QObject
* @param active true if data defined property is active, false if it is disabled
* @param useExpression true if the expression should be used
* @param expression expression for data defined property
* @field field name if the data defined property should take its value from a field
* @param field field name if the data defined property should take its value from a field
* @note this method was added in version 2.5
*/
void setDataDefinedProperty( const DataDefinedProperty property, const bool active, const bool useExpression, const QString &expression, const QString &field );
Expand Down
4 changes: 3 additions & 1 deletion src/core/pal/feature.h
Expand Up @@ -248,12 +248,14 @@ namespace pal
*/
Layer * getLayer();

#if 0
/**
* \brief save the feature into file
* Called by Pal::save()
* \param file the file to write
*/
//void save(std::ofstream *file);
void save(std::ofstream *file);
#endif

/**
* \brief generic method to generate candidates
Expand Down

0 comments on commit b1a4b28

Please sign in to comment.