Eric J. Holtman wrote:
> My question is: how do I get that to work over all my projects
> and all my headers, without having to actually include that line
> in every file?
>
>
As is often the case with Tech Support, after spending a
few hours this weekend noodling with this, I solved it
pretty much right after posing my question.
The answer is really simple: put that dummy declaration
in a header file somewhere in my project, and never
actually include it in production sources. Doxygen will
still see it, though, and then produce the diagrams I want.
|