proc packageDescription { template ubuffer } proc packageExtractDescription { template ubuffer } proc describePackage { template description } proc uplevelExtraction buffer proc refentry { template properties {actions {}} {dependencies {}} {description {}}
»describe« and »uplevelExtraction« will be unified in the future.
proc packageDefaultDescription template
provides the fall-back description, whenever there is no description whatsoever available.
The main working procedure for describing the module is:
proc packageExtractDescription { template ubuffer }
; this procedure selects the method.
proc describePackage { template description }
At last the procedure »refentry« is called to combine all the gathered pieces into a single DocBook refentry , manual page.