Custom Tags
PDFDoclet allows you to use custom tags in your API doc, like
"@TODO", and specify the labels for those custom tags in the configuration.
To define a custom tag and its label set a property like this:
label.tag.<tagname>=<label>
So, for the "@TODO"-example above, it would be:
label.tag.todo=To Do: