Skip to content

Commit 5a2beb3

Browse files
committedJan 25, 2014
fix doxygen warnings
1 parent 781e34a commit 5a2beb3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎src/analysis/vector/qgstransectsample.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class ANALYSIS_EXPORT QgsTransectSample
6868
static QgsGeometry* closestMultilineElement( const QgsPoint& pt, QgsGeometry* multiLine );
6969
/**Returns clipped buffer line. Iteratively applies reduced tolerances if the result is not a single line
7070
@param stratumGeom stratum polygon
71-
@param clippedBaselineGeom base line geometry clipped to the stratum
71+
@param clippedBaseline base line geometry clipped to the stratum
7272
@param tolerance buffer distance (in layer units)
7373
@return clipped buffer line or 0 in case of error*/
7474
static QgsGeometry* clipBufferLine( QgsGeometry* stratumGeom, QgsGeometry* clippedBaseline, double tolerance );

‎src/core/qgsgeometry.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -531,14 +531,14 @@ class CORE_EXPORT QgsGeometry
531531
GEOSCoordSequence** new_sequence );
532532

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.