Skip to content

Commit ed0161a

Browse files
committed
Updates
1 parent f2f22d1 commit ed0161a

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

subprojects/pyntcore/gen/NetworkTableValue.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ extra_includes:
44
- networktables/NetworkTableType.h
55
- src/py2value.h
66

7+
functions:
8+
Now:
9+
ignore: true
10+
711
classes:
812
Value:
913
methods:

subprojects/robotpy-wpilib/gen/Color.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,17 +160,17 @@ classes:
160160
methods:
161161
Color:
162162
overloads:
163-
'[constexpr]':
164-
double, double, double [constexpr]:
163+
'':
164+
double, double, double:
165165
param_override:
166166
r:
167167
name: red
168168
g:
169169
name: green
170170
b:
171171
name: blue
172-
int, int, int [constexpr]:
173-
std::string_view [constexpr]:
172+
int, int, int:
173+
std::string_view:
174174
FromHSV:
175175
HexString:
176176
operator==:

subprojects/robotpy-wpilib/gen/Color8Bit.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ classes:
1717
methods:
1818
Color8Bit:
1919
overloads:
20-
'[constexpr]':
21-
int, int, int [constexpr]:
20+
'':
21+
int, int, int:
2222
param_override:
2323
r:
2424
name: red
2525
g:
2626
name: green
2727
b:
2828
name: blue
29-
const Color& [constexpr]:
30-
std::string_view [constexpr]:
29+
const Color&:
30+
std::string_view:
3131
FromHexString:
3232
HexString:
3333
operator==:

0 commit comments

Comments
 (0)