These limitations (or bugs) apply to both Specman/e and Vera:
The alphabetic sorting of displayed functions, tasks, etc., is not always what you want. It would be desirable to have some choice. (However, this would require significant changes under the vzDoc hood.)
Methods which do not return anything are marked as
returning void.
It would be better if member access modifiers (e.g.
private/local/public/static)
were presented, and there were a command-line option with which to
filter that presentation (e.g. show only
protected and public
class/struct/unit members).
Filenames must be unique. Multiple files of same name in different directories are not currently supported.
A parser may report ambiguity in its grammar at run-time. It's a bug -- please report it.