Re: [Doxygen-users] html generation error
Brought to you by:
dimitri
From: Stephane R. <ste...@sy...> - 2001-11-15 19:17:19
|
Hi, I dont't use space in filenames, what I want to do is : /** * \namespace exotkAF_Application_Datas * \brief namespace for the exotkAF_Application class * \author <a href = "mailto:ste...@al...?subject=namespace exotkAF_Application_Datas">Stephane Routelous</a> */ namespace exotkAF_Application_Datas { ... } The space is in the subject of the mail send when you click on my name in the Author section. Stephane ----- Original Message ----- From: "Glenn Maxey" <gle...@vo...> To: "Stephane Routelous" <ste...@sy...>; <dox...@li...> Sent: Thursday, November 15, 2001 1:56 PM Subject: RE: [Doxygen-users] html generation error As a general rule, I never create directories or filenames with spaces. It always seems to come back to haunt me. If I don't have spaces, I find that tools purchased or developed function better. I also get the impression that Unix only pays lip-service to spaces in the name, particularly from the command line. I know you can put quotes around it. I prefer having names that didn't cause problems. As for Doxygen, I have had other problems with HREFs that contain relative path information. I discovered that between generating it and /or running doxytag on it later to resolve TAG components, it would really muck up my hyperlinks. The solution for me was to create HREFs with some keyword that I recognized. Upon completion of Doxygen and doxytag, I'd run another tool which among other things changed that keyword to the true relative path that I desired. > -----Original Message----- > From: Stephane Routelous [mailto:ste...@sy...] > Sent: Thursday, November 15, 2001 11:42 AM > To: dox...@li... > Subject: [Doxygen-users] html generation error > > > 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. _______________________________________________ Doxygen-users mailing list Dox...@li... https://lists.sourceforge.net/lists/listinfo/doxygen-users |