[ASDocs] generate "examples summary"

There’s a part of the documentation page which I don’t know how to generate, see this for example:
http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/XMLList.html#includeExamplesSummary

This part seems to be generated (hard to believe somebody would copy-and-paste a lot of identical HTML code from page to page…
I believe, this may work like so:


@exampleFile path/to/example.as

Apparently, this one doesn’t work… but there definitely should be a way to do it…
I’ve read docs on ASDocs tool, but they give information only on @example usage, which isn’t what I’m trying to do…

Even a suggestion where to look for it will also help.