In my autodoc, I have the following:
/*! @decl typedef int|string Foo *! *! Blah blah blah. */
In the HTML pages however, it comes out as
Typedef Foo
Missing content ()
Description
Blah blah blah.
Why does it say "Missing content ()" instead of "typedef int|string Foo"? It is me or AutoDoc who is doing something wrong?