fix doxygen warnings

This commit is contained in:
Juergen E. Fischer 2014-01-25 11:28:15 +01:00
parent 781e34a5bc
commit 5a2beb36e8
2 changed files with 5 additions and 5 deletions

View File

@ -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 );

View File

@ -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 );