I noticed today the outline view is not showing private functions.
Is this an option I can change ?
Example:
declare
%private
function
mine:function($config )
as
xs:string
does not show in the outline view
but
declare function
mine:function($config )
as
xs:string
does show
Any way to get the private functions to show
----------------------------------------
David A. Lee