[Doxygen-users] Problem with tag files.
Brought to you by:
dimitri
From: Markus
<mar...@gi...> - 2002-03-21 09:38:45
|
Hi there, I have a problem using a tag file for references. The tag file looks somthing like this: <?xml version='1.0' encoding='ISO-8859-1' standalone='yes'?> <tagfile> <compound kind="struct"> <name>WIN32_FIND_DATA</name> <filename>mk:@MSITStore:\\FILESERVER\MSDN_CD_COPY\MSDN_L~3\MSDN\fileio.chm::/hh/winbase/filesio_4xv6.htm</filename> </compound> </tagfile> Doxygen reads the file without any problem but when generating a reference to the struct it appends an extra ".html" to the filename. :-( Anyone know how I can change this behaviour? TIA, Markus |