File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424permissions :
2525 contents : write
2626env :
27- CURRENT_VERSION : " 4.1 "
27+ CURRENT_VERSION : " 4.2 "
2828 PRODUCTION : true
2929
3030jobs :
Original file line number Diff line number Diff line change @@ -19,6 +19,5 @@ sphinx-build -b html -Dbreathe_projects.libhal=../doxygen_output/xml . output
1919
2020cd ..
2121
22- rm -rf mkdocs/api
22+ rm -rf mkdocs/api
2323cp -r sphinx/output mkdocs/api
24-
Original file line number Diff line number Diff line change @@ -477,6 +477,9 @@ convert one filter to another.
477477
478478### Range to identifier filter
479479
480+ !!! warning
481+ This does not exist currently!
482+
480483libhal provides ` hal::range_to_identifier_can_adaptor ` which can take a
481484` hal::can_range_filter ` and generate multiple ` hal::can_identifier_filters ` .
482485This can be beneficial when the set of IDs is contiguous OR close enough
You can’t perform that action at this time.
0 commit comments