ASDoc only documents 1 package function per package?

I’m running into this weird thing with ASDoc. It will only document one package function per package.

For example.

I have these two functions:

gs.util.printf
gs.util.ftrace

In these files:

gs/util/printf.as
gs/util/ftrace.as

The only function that get’s documented in ASDocs is “printf”. But I know it can do more than one. As an example, in the livedocs (http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/utils/package-detail.html) There are more than one functions documented.

Has anyone run into this?