WALA/com.ibm.wala.core.tests/src/com/ibm/wala
Ben Liblit e35b205bc2 Fix numerous unescaped "<" and ">" in Javadoc @author tags
The contents of @author go straight into HTML, just like most other
Javadoc material.  So if you want to have a "<foo@bar.com>" e-mail
address as part of the author information, the angle brackets must be
escaped.  Here I've opted to do that using "{@code <foo@bar.com>}",
which has some additional styling effects that seem appropriate for
e-mail addresses.  We could also have used "&lt;foo@bar.com&gt;" for
escaping without code styling.
2016-11-27 21:24:03 -06:00
..
core/tests Fix numerous unescaped "<" and ">" in Javadoc @author tags 2016-11-27 21:24:03 -06:00
demandpa/driver scandriod merge 2014-10-01 21:32:36 -04:00
examples refactor CFG to separate instructions from CFGs; this is to allow code like CDGs to be reused without an IR. 2016-09-26 13:37:51 -04:00
util/io add missing copyright headers 2013-05-22 15:39:19 -07:00