A test that verifies documenting a multi-leveled namespace of functions with whitelist symbols. The whitelist symbols should cause everything in my_namespace to to be documented, but only a specific symbol in other_namespace to be documented.

my_namespace.min

Returns the minimum of given elements.

PARAMETERS

NameDescriptionDefault Value
integers - none

my_namespace.math.min

Returns the minimum of given elements.

PARAMETERS

NameDescriptionDefault Value
integers - none

other_namespace.foo.nothing

This function does nothing.