The autodoc extractor does as far as I know support typedefs, but it might be that the formatter doesn't.
/ Henrik Grubbström (Lysator)
Previous text:
2002-11-19 18:05: Subject: Autodoc
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?
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)