Re: [Doxygen-users] Problem:Continuus does not like '-' in filenames.
Brought to you by:
dimitri
|
From: Jac G. <ja...@ma...> - 2001-06-01 20:35:33
|
>- for any x in {p: p is a known programming language}
> write a program in x that changes - to _
This won't help: the resulting filenames won't correspond to the
generated hotlinks anymore (apart from the small chance that it might
not be unique anymore).
Dimitri, maybe you can change the file naming scheme so that instead of
merging file names with "_" or "-", they are (optionally) put in
separate directories (i.e. merge file names with "/" or "\\" depending
on operating system and creating directories on the fly with the
files)? Shouldn't be too hard I guess, and it would improve html output
a lot: directories would be smaller so that it doesn't take ages to
read a directory (in some filesystems the performance decreases
dramatically when the directory grows above a certain number of files),
and less chance of name collisions.
It may even be possible (later?) to generate smaller documentation
because the HTML hotlinks can have relative paths instead of the entire
file names.
===Jac
|