Autodoc was done before typedefs and enums were introduced.
/ Martin Nilsson (Fake Build Master)
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!)