Re: [Doxygen-users] filename problem in 1.2.8
Brought to you by:
dimitri
From: Luigi B. <lui...@ri...> - 2001-06-08 16:38:11
|
At 11:19 AM 6/8/01 -0500, you wrote: >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". You can set SHORT_NAMES to YES to have the files named as a0143.html or something like it (index.html will still be called index.html). Bye, Luigi |