[Doxygen-users] html generation error
Brought to you by:
dimitri
From: Stephane R. <ste...@sy...> - 2001-11-15 18:42:43
|
Hello, Im using Doxyfile 1.2.11.1 I've found a problem : I'm using the author tag with : * \author <a href = "mailto:na...@do...?subject=text1 text2">Mon Nom</a> But it doesn't work because of the space in the subject.(text1<space>text2) If I write : * \author <a href = "mailto:na...@do...?subject=text1-text2">Mon Nom</a> It works. Did you also notice the problem ? Thanks, Stephane |