http://d.puremagic.com/issues/show_bug.cgi?id=9676
--- Comment #4 from [email protected] 2013-03-12 17:48:06 PDT --- Walter: >the default expansion for deprecated symbols should be to nothing. Otherwise, >people will continue to use them.< I think this isn't a good idea. If I am using a function in my code and it's deprecated this forces me to go read the source code. If you don't want a function to be visible in the documentation then replace its /**...*/ and /// with /*...*/ and //. In Scala deprecated names are clearly visible as deprecated, but they aren't invisible, I think this is the right default: http://twitter.github.com/algebird/com/twitter/algebird/BloomFilterMonoid.html -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
