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 Jan 25, 2014
1 parent 781e34a commit 5a2beb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/analysis/vector/qgstransectsample.h
Expand Up @@ -68,7 +68,7 @@ class ANALYSIS_EXPORT QgsTransectSample
static QgsGeometry* closestMultilineElement( const QgsPoint& pt, QgsGeometry* multiLine );
/**Returns clipped buffer line. Iteratively applies reduced tolerances if the result is not a single line
@param stratumGeom stratum polygon
@param clippedBaselineGeom base line geometry clipped to the stratum
@param clippedBaseline base line geometry clipped to the stratum
@param tolerance buffer distance (in layer units)
@return clipped buffer line or 0 in case of error*/
static QgsGeometry* clipBufferLine( QgsGeometry* stratumGeom, QgsGeometry* clippedBaseline, double tolerance );
Expand Down
8 changes: 4 additions & 4 deletions src/core/qgsgeometry.h
Expand Up @@ -531,14 +531,14 @@ class CORE_EXPORT QgsGeometry
GEOSCoordSequence** new_sequence );

/**Translates a single vertex by dx and dy.
@param wkbPosition position in wkb array. Is increased automatically by the function
@param dx translation of x-coordinate
@param dy translation of y-coordinate
@param wkbPtr pointer to current position in wkb array. Is increased automatically by the function
@param dx translation of x coordinate
@param dy translation of y coordinate
@param hasZValue 25D type?*/
void translateVertex( QgsWkbPtr &wkbPtr, double dx, double dy, bool hasZValue );

/**Transforms a single vertex by ct.
@param wkbPosition position in wkb array. Is increased automatically by the function
@param wkbPtr pointer to current position in wkb. Is increased automatically by the function
@param ct the QgsCoordinateTransform
@param hasZValue 25D type?*/
void transformVertex( QgsWkbPtr &wkbPtr, const QgsCoordinateTransform& ct, bool hasZValue );
Expand Down

0 comments on commit 5a2beb3

Please sign in to comment.