[oXygen-user] XSLT doc: function signatures menu

Florent Georges
Mon Feb 22 20:13:40 CST 2010


  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,

-- 
Florent Georges
http://fgeorges.org/


      




More information about the oXygen-user mailing list