diff --git a/group__recast.html b/group__recast.html
index 6f28b049..738a6ed4 100644
--- a/group__recast.html
+++ b/group__recast.html
@@ -1744,13 +1744,13 @@ Classes
int rcGetCon |
( |
const rcCompactSpan & |
- s, |
+ span, |
|
|
int |
- dir |
+ direction |
|
@@ -1839,7 +1839,7 @@ Classes
int rcGetDirOffsetX |
( |
int |
- dir | ) |
+ direction | ) |
|
@@ -1877,7 +1877,7 @@ Classes
int rcGetDirOffsetY |
( |
int |
- dir | ) |
+ direction | ) |
|
@@ -2745,19 +2745,19 @@ Classes
void rcSetCon |
( |
rcCompactSpan & |
- s, |
+ span, |
|
|
int |
- dir, |
+ direction, |
|
|
int |
- i |
+ neighborIndex |
|