Skip to content

Commit

Permalink
doxygen fixes
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15185 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Feb 17, 2011
1 parent 2a25fd7 commit a4caa92
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/core/composer/qgscomposerlegenditem.h
Expand Up @@ -43,6 +43,7 @@ class CORE_EXPORT QgsComposerLegendItem: public QStandardItem

virtual void writeXML( QDomElement& elem, QDomDocument& doc ) const = 0;
/**Read item content from xml
@param itemElem item to read from
@param xServerAvailable Read item icons if true (QIcon needs x-server)*/
virtual void readXML( const QDomElement& itemElem, bool xServerAvailable = true ) = 0;

Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsproject.cpp
Expand Up @@ -763,7 +763,7 @@ bool QgsProject::read( QFileInfo const &file )


/**
@note it's presumed that the caller has already reset the map canvas, map registry, and legend
it's presumed that the caller has already reset the map canvas, map registry, and legend
*/
bool QgsProject::read()
{
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsvectorlayer.h
Expand Up @@ -758,7 +758,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
@param joinFieldName name of the (source) join Field
@param joinValue lookup value for join
@param attributes (join layer) attribute indices to add
@param attributeOffset index offset to get from join layer attribute index to layer index*/
@param attributeIndexOffset index offset to get from join layer attribute index to layer index*/
void addJoinedFeatureAttributes( QgsFeature& f, const QgsVectorJoinInfo& joinInfo, const QString& joinFieldName, const QVariant& joinValue,
const QgsAttributeList& attributes, int attributeIndexOffset );

Expand Down
5 changes: 2 additions & 3 deletions src/core/qgsvectorlayerjoinbuffer.h
Expand Up @@ -32,8 +32,7 @@ class CORE_EXPORT QgsVectorLayerJoinBuffer
~QgsVectorLayerJoinBuffer();

/**Joins another vector layer to this layer
@param joinInfo join object containing join layer id, target and source field
@param cacheInMemory if true: caches the content of the join layer in virtual memory*/
@param joinInfo join object containing join layer id, target and source field */
void addJoin( QgsVectorJoinInfo joinInfo );

/**Removes a vector layer join*/
Expand Down Expand Up @@ -89,7 +88,7 @@ class CORE_EXPORT QgsVectorLayerJoinBuffer
@param joinFieldName name of the (source) join Field
@param joinValue lookup value for join
@param attributes (join layer) attribute indices to add
@param attributeOffset index offset to get from join layer attribute index to layer index*/
@param attributeIndexOffset index offset to get from join layer attribute index to layer index*/
void addJoinedFeatureAttributes( QgsFeature& f, const QgsVectorJoinInfo& joinInfo, const QString& joinFieldName, const QVariant& joinValue,
const QgsAttributeList& attributes, int attributeIndexOffset );

Expand Down

0 comments on commit a4caa92

Please sign in to comment.