|
From: Colin S. <col...@ex...> - 2004-03-31 03:57:13
|
I was just doing some more proofing on the manual, and noticed something weird. Most people seem to have used the <literal> tag everywhere for classnames, methods, and properties, but I actually tried to use <classname>, <method>, and <property>. All seems ok for the PDF, but I notice for the generated html, that <property> does not seem to have any effect. Not that big a deal I guess, but people should stay away from the <property> tag for now. I will change all my usages to <method> instead... |