[Multipass] Clear up API #70
Labels
enhancement
good first issue
Easy to fix issue, does not need a lot of experience to be able to contribute
help wanted
For testability, the author of the original PR #65 made all functions public. In order to clear up which part is meant as the public API, we should:
either make the majority of the functions private, which would lose the ability to test them
or
add
@doc false
to non public-API functionsThe text was updated successfully, but these errors were encountered: