Subject: | Layout of the docs is confusing. |
This was originally entitled "What's the mysterious 3rd argument to
describe_options()?" because I didn't see the docs for it. The real
problem is that the documentation is laid out sort of like for a
program, with major sections pertaining to describe_options(). But then
there's also a normal function documentation for describe_options().
My normal algorithm for finding docs for a function is A) look at the
SYNOPSIS and then B) search for the function name. This caused me to
entirely skip over the actual docs for describe_options(). Then it was
compounded by the describe_options() docs saying to go look at the
SYNOPSIS which doesn't contain much information.