Re: [Doxygen-users] C# Unsupported xml/html tag <typeparam>
Brought to you by:
dimitri
From: Steen M. <st...@db...> - 2007-05-31 10:42:36
|
Hi Daniel. I gather from the version name that you are running doxygen on a MS-Windows platform. I have no experience with MS-Windows (that I could put to use in this context), and unfortunately I do not have access to a MS-Windows installation. I tried running the 1.5.1 version compiled from source on a kubuntu 2.6.17-11-generic kernel, which did not produce the behaviour you have described. Similar to the doxygen 1.5.2 which I ran in the previous post, doxygen 1.5.1 simply shows the comment verbatim as: <typeparam name="T">Specifies the type of elements in the queue.</typeparam> Although I concur that this is not the wished behaviour from a documentation point of view, I is not decidedly an error. I suggest that you pick of the newest version of doxygen for MS-Windows and try to replicate the behaviour. If that's possible, I urge you to file a bug report on it. I'm sorry that I could not be of any more help. Best regards, Steen Daniel Friedrich wrote: > Hi Steen, > > i use doxygen version 1.5.1-p1. > > here is the documentation example: > /// <summary> > /// This template class represent a generic blocking thread safe queue. > /// </summary> > /// <typeparam name="T">Specifies the type of elements in the > queue.</typeparam> > class TSQueue<T> > { > ... > } > > This two error msg belongs to the example: > TSQueue.cs:8: Warning: Unsupported xml/html tag <typeparam> found > TSQueue.cs:8: Warning: Unsupported xml/html tag </typeparam> found > > From the given link i take out that i have to use bugzilla, right? > > Best regards, > Daniel > > On 30/05/07, *Steen Manniche* < st...@db... <mailto:st...@db...>> wrote: > > Hi Daniel, > > could you provide the version of doxygen you are using? > I tried to generate some documentation from your example. Doxygen > produced no errors, but the documentation just shows the comment > verbatim as > <typeparam>type parameter</typeparam> > > As to your other question, I refer you to > http://marc.info/?l=doxygen-users&m=117397606408625&w=2 > <http://marc.info/?l=doxygen-users&m=117397606408625&w=2> > > Best regards, > Steen > > Daniel Friedrich wrote: > > Hi, > > > > if i want to document a template class i get the following error: > > Warning: Unsupported xml/html tag <typeparam> found. > > Can this be fixed? :-) > > When will the c# support be completly supported? > > > > Best regards, > > Daniel > > > > > > > ------------------------------------------------------------------------ > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by DB2 Express > > Download DB2 Express C - the FREE version of DB2 express and take > > control of your XML. No limits. Just data. Click to get it now. > > http://sourceforge.net/powerbar/db2/ > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Doxygen-users mailing list > > Dox...@li... > <mailto:Dox...@li...> > > https://lists.sourceforge.net/lists/listinfo/doxygen-users > <https://lists.sourceforge.net/lists/listinfo/doxygen-users> > > > > > |