
Hello, Thank you for your suggestions. I've added them to our issue tracking tool and we'll resolve them as soon as possible. Best regards, Alex -- Alex Jitianu <oXygen/> XML Editor http://www.oxygenxml.com On 2/23/2010 4:13 AM, Florent Georges wrote:
Hi,
Still about the oXygen documentation system for XSLT, the generated function summary (in the left-hand side panel) looks like: http://fgeorges.org/tmp/oxygen-doc-summary.png.
In order to improve its readability, I'd like to suggest two changes: 1/ put no withespace in front of a function name, but put one in front of continuation lines (if the signatures continue on several lines) and 2/ do not put the param types in the signatures (anyway there is no overload on types). So instead of (as in the screenshot):
gdata:auth-sub-session-token($token as xs:string) gdata:authenticate-login($service as xs:string, $email as xs:string, $pwd as xs:string)
have instead:
gdata:auth-sub-session-token($token) gdata:authenticate-login($service, $email, $pwd)
Regards,