[Doxygen-users] filename problem in 1.2.8
Brought to you by:
dimitri
|
From: Trevor R. <Tre...@pe...> - 2001-06-08 16:23:29
|
Dimitri,
I've run into a problem introduced in 1.2.8 on Windows. I have a class that
derives from "std::bad_alloc". Therefore, Doxygen tries to generate
documentation for that class. The problem is that is wants to name the file
"std::bad_alloc.html" or something similar. Windows is not too keen on
creating filenames with colons (":") in them, so Doxygen aborts saying it
can't create the file. Doxygen 1.2.7 named the file
"classstd_1_1bad__alloc.html".
Thanks,
Trevor
|