summaryrefslogtreecommitdiff
path: root/src/build
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-03-30 20:40:46 +0000
committerPaul Phillips <paulp@improving.org>2011-03-30 20:40:46 +0000
commit386d5068471809d906d3db3aa56ed5f9352250c2 (patch)
tree2bcbcf5e889a7e12e7422bfe7077eb6603b25e45 /src/build
parentbbd5efa596170e79613c7b2305171a8108e52080 (diff)
downloadscala-386d5068471809d906d3db3aa56ed5f9352250c2.tar.gz
scala-386d5068471809d906d3db3aa56ed5f9352250c2.tar.bz2
scala-386d5068471809d906d3db3aa56ed5f9352250c2.zip
Issue warning when doccomments have $variables ...
Issue warning when doccomments have $variables which go unfulfilled. Started with patch by dmharrah. Noticed expandVariables never incremented its recursion guard and ended up rewriting it. To avoid spurious warnings you can escape $'s, as in this comment: /** The decoded name of the symbol, e.g. `==` instead of `\$eq\$eq`. */ The above will be ignored during expansion and translated to $eq$eq for output. Closes #4412, no review.
Diffstat (limited to 'src/build')
0 files changed, 0 insertions, 0 deletions