]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #65761 - popzxc:document-ast, r=petrochenkov
authorMazdak Farrokhzad <twingoow@gmail.com>
Sat, 26 Oct 2019 12:17:42 +0000 (14:17 +0200)
committerGitHub <noreply@github.com>
Sat, 26 Oct 2019 12:17:42 +0000 (14:17 +0200)
commitd51a84259e796aba141e27b7811f2abc95363fca
treecd200f1f6e1ce3ee799c3702d82f671636958a97
parent4f4335296498c7fbfd19cd2de2e193cd48c5051c
parentae5203a1420013e88b212d882ccf53dfa64170ad
Rollup merge of #65761 - popzxc:document-ast, r=petrochenkov

libsyntax: Enhance documentation of the AST module

This PR enhances documentation state to the `libsyntax/ast.rs` (as initiative caused by [rustc-guide#474](https://github.com/rust-lang/rustc-guide/issues/474)), by adding:
- Module documentation.
- Doc-comments (and a bit of usual comments) in non-obvious (as for me) places.
- Minor style fixes to improve module readability.