Re: [Doxygen-users] Problem:Continuus does not like '-' in filenames.
Brought to you by:
dimitri
|
From: Ryan T. S. <ry...@ho...> - 2001-06-01 20:04:54
|
> We use Continuus as version management system. So far so good.
> ...but it does NOT accept hyphens '-' in filenames to be checked in.
> => we cannot add the genereated documentation to vcs, as lot of files are
> named like 'buf_stack_8h-source.html'.
>
> Is there any workaround?
Sure:
- complain to Continuus
- for any x in {p: p is a known programming language}
write a program in x that changes - to _
- rename files by hand
> Any opinion about the possibility to change the filename generation inside
> Doxygen?
>
If I were Dimitri or any of the contributors, I'd say "no", frankly. I
wouldn't throw hacks in my code to cover for the stupidity of others
unless it affected, like, everyone. That's my opinion.
--
Ryan T. Sammartino
http://members.home.net/ryants/
The years of peak mental activity are undoubtedly between the ages of four
and eighteen. At four we know all the questions, at eighteen all the answers.
|