stringexpand requiredThe keyword of the command you want documented, for example trim or foreach. aadocumentation turns it into a class name (AA_Stringexpand_ plus the keyword, dashes removed) and reflects that class PHPDoc. The keyword is echoed verbatim into the name attribute of the returned cmd element. An unknown keyword is not an error: you get the empty shell cmd name=keyword. Empty or omitted yields cmd name= with an empty name.
{aadocumentation:trim}
{trim:{aadocumentation:missingcmd}}
{strlen:{aadocumentation:xyz}}
{strlen:{aadocumentation:nope}}