Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix doxygen warnings, bump acceptable doc coverage
  • Loading branch information
nyalldawson committed Jul 19, 2015
1 parent 1b126d3 commit 323fa2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions src/core/pal/pointset.h
Expand Up @@ -146,14 +146,11 @@ namespace pal
int getNumPoints() const { return nbPoints; }

/** Iterate on line by real step of dl on x,y points.
* @param nbPoint # point in line
* @param x x coord
* @param y y coord
* @param d ??
* @param ad distance from pt0 to each point (ad0 = pt0->pt0)
* @param dl ??
* @param px current x coord on line
* @param py current y coord on line
* @param d array of distances between points
* @param ad absolute distance from pt0 to each point (ad0 = pt0->pt0)
* @param dl distance to traverse along line
* @param px final x coord on line
* @param py final y coord on line
*/
inline void getPoint( double *d, double *ad, double dl,
double *px, double *py )
Expand Down
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsdoccoverage.py
Expand Up @@ -32,7 +32,7 @@
# DON'T LOWER THIS THRESHOLD UNLESS MEMBERS HAVE BEEN REMOVED FROM THE API
# (changes which raise this threshold are welcomed though!)

ACCEPTABLE_COVERAGE = 54.6134
ACCEPTABLE_COVERAGE = 55.187


def elemIsDocumentableClass(elem):
Expand Down

0 comments on commit 323fa2c

Please sign in to comment.