Skip to content

Commit aacb37d

Browse files
committedJan 4, 2016
Fix failing SIP coverage test
1 parent 8c38bc9 commit aacb37d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
 

‎src/core/pal/geomfunction.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434

3535
namespace pal
3636
{
37+
/**
38+
* \class pal::GeomFunction
39+
* \note not available in Python bindings
40+
*/
3741
class CORE_EXPORT GeomFunction
3842
{
3943
public:

‎src/core/pal/util.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ namespace pal
7676

7777
#define EPSILON 1e-9
7878

79+
/**
80+
* \class pal::Util
81+
* \note not available in Python bindings
82+
*/
7983
class Util
8084
{
8185
public:

0 commit comments

Comments
 (0)
Please sign in to comment.