bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gjdoc/22790] [wish] Special handling for @author tag


From: gcc-bugzilla at gcc dot gnu dot org
Subject: [Bug gjdoc/22790] [wish] Special handling for @author tag
Date: 16 Oct 2005 01:27:13 -0000

It would be great of the @author tag could be handled in a special way.
Depended on a configuration argument the given  tag

@author Michael Koch (address@hidden)

could become

"Michael Koch (address@hidden)"

or

<a href="mailto:address@hidden";>Michael Koch</a>

Perhaps something like

Michael Koch (konqueror__AT__gmx__DOT__de)

could be usefull too.

This way its easy to let the gjdoc user decide how to represent emails in
javadoc HTML output and we dont need the "mailto" link inside the java source
file.


------- Comment #1 from from-classpath at savannah dot gnu dot org  2004-11-20 
17:57 -------
You can now enable special handling for @author tags by setting the -authormail
option for the standard doclet. Run gjdoc -help for more information.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22790





reply via email to

[Prev in Thread] Current Thread [Next in Thread]