RE: [Doxygen-users] filename problem in 1.2.8
Brought to you by:
dimitri
From: Trevor R. <Tre...@pe...> - 2001-06-08 18:45:30
|
Yes, come to think of it, it was the man page output and not HTML. So I guess it's not a big deal for Windows (although someone COULD potentially run man on NT). ;-) I just wanted to let you know that it used to work okay and now it doesn't, in case anyone else cares. -Trevor -----Original Message----- From: Dimitri van Heesch [mailto:di...@st...] Sent: Friday, June 08, 2001 1:12 PM To: dox...@li... Subject: Re: [Doxygen-users] filename problem in 1.2.8 On Fri, Jun 08, 2001 at 11:19:56AM -0500, Trevor Robinson 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". For HTML the same naming scheme should still be used. It's the man pages that are generated with names that could include colons. For Windows I suggest to disable man page output, while I work on a fix that generates less "dangerous" names. Regards, Dimitri _______________________________________________ Doxygen-users mailing list Dox...@li... http://lists.sourceforge.net/lists/listinfo/doxygen-users |