Module Synopsis.Formatters.DocBook.Markup.Javadoc

Classes Summary:
class Javadoc
references
source code
A formatter that formats comments similar to Javadoc.
Functions Summary:
  attributes(keys)
references
source code
  element(_type, body, * * keys)
references
source code
  title(name)
references
source code
  para(body)
references
source code
  listitem(body)
references
source code
  term(body)
references
source code
  link(linkend, label)
references
source code
Classes Details:
class Javadoc
references
source code
A formatter that formats comments similar to Javadoc. See `Javadoc Spec`_ for info. .. _Javadoc Spec: http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/javadoc.html
Functions Details:
  attributes(keys)
references
source code
Convert a name/value dict to a string of attributes
  element(_type, body, * * keys)
references
source code
Wrap the body in a tag of given type and attributes