Re: [Doxygen-develop] Wish-List Item: Page/Link/Anchor Specific Feed-back Mail To Link
Brought to you by:
dimitri
From: Dave D. <do...@do...> - 2005-10-29 00:24:50
|
On Fri, Oct 28, 2005 at 05:15:40PM -0400, Duane Ellis wrote: > Somewhere on every HTML page - (or frame) - it would be very helpful if > there was a way in doxygen to insert a "mailto" type HTML tag that > identified the page. You might be able to do this with the existing HTML_FOOTER capability, if your custom footer included a link like this: <a href="mailto:som...@so...?subject=$title">please comment</a> -Dave Dodge |