I want to use dox command and html tags and css styling in the title value
for *\mainpage [(title)]*. For example;
\mainpage <a href="http://www.pointwise.com/plugins">Pointwise Plugin
SDK</a> <span id='version'>v\htmlinclude
version.txt</span>
Where, /version.txt/ contains a string similar to /0100r11/. I have custom
CSS that floats the <span> to the right edge. The /version.txt/ file
is used by other automated processes. I want to use it here to make sure the
dox output and the automated processes stay in sync.
All works great in the browser page itself. However, I discovered this text
is also used as-is (without substitutions) for the browser page
<title> and is displayed in the tab's popup tooltip. This produces
undesirable results:
<http://doxygen.10944.n7.nabble.com/file/t2027/pluginsdk-mainpage.png>
I have searched both google the existing forum posts and cannot find a
solution.
Is there a way to make this work or do I need to remove the html tags from
the text?
Is there a way to set the <title> text value that over-rides the
\mainpage title value?
Thanks,
David
--
Sent from: http://doxygen.10944.n7.nabble.com/Doxygen-Users-f3.html
|