about summary refs log tree commit diff
path: root/src/librustdoc/html/static/js/README.md
AgeCommit message (Collapse)AuthorLines
2021-12-22Add some JSDoc comments to rustdoc JSJacob Hoffman-Andrews-0/+15
This follows the Closure Compiler dialect of JSDoc, so we can use it to do some basic type checking. We don't plan to compile with Closure Compiler, just use it to check types. See https://github.com/google/closure-compiler/wiki/ for details.