id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
1564	Links on doxygen Main Page resulted in call of trac search	anonymous	cboos	Problem was, that if I clicked for example 'Classes' Link, the plugin \r\nsearched for a file {{{/path/to/doxygen/classes.html}}} instead of {{{/path/to/doxygen/html/classes.html}}}. The result was that it didn't \r\nfind the page and rerouted to the search.\r\n\r\nI had to apply the following patch (for the 0.10 version).\r\n\r\nNote: I did NOT test what happens if the 'html_output' option is\r\nnot set in 'trac.ini'.\r\n\r\n{{{\r\n--- doxygentrac.py.orig 2007-05-23 09:42:35.750206000 +0200\r\n+++ doxygentrac.py  2007-05-23 09:43:07.942571000 +0200\r\n@@ -263,7 +263,7 @@\r\n                                                    self.html_output,\r\n                                                    file or self.index])\r\n             else:\r\n-                doc = ''\r\n+                doc = self.html_output\r\n\r\n         def lookup(file, category='undefined'):\r\n             """Build (full path, relative link) and check if path exists."""\r\n}}}\r\n	defect	new	normal	DoxygenPlugin	normal				0.12
