6.2 Header Comments

Cheetah comments can also be transformed into module header comments using the following syntax:

##header: This text will be added to the module header comment
#*header: This text will be added to the module header comment *#

Note the difference between ##doc-module: and header: : ``cheetah-compile'' puts ##doc-module: text inside the module docstring. header: makes the text go above the docstring, as a set of #-prefixed comment lines.