Module Synopsis.Formatters.DocBook.Markup.Javadoc

-Classes
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
  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
  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