PlDoc: show all predicates in a module

Hi!
I’m using pldoc in a prolog program split in modules.
If I enable pldoc It only shows the predicates exposed by the module.
Is it possible to show the pldoc comment for all the predicates (as it would if it wasn’t a module)?

Using plain PlDoc, this icon image should be in the top-right of the window. Click it and it should show both public and private predicates.

Great! I completely missed that…
Thanks jan!

Hi @jan , sorry to reopen an older topic.
Is it possible to automatically set (via prolog) the “public_only=false” option set by clicking the button you showed?
I need to force the default behaviour in my program to always include the private predicates.
Thanks