Commits
Click on a commit to change the comparison rangedocs(ast): auto-generate doc comments for AstBuilder methods (#4471)
# What This PR Does
Modifies `ast_codegen` to auto-generate rustdoc comments for generated `AstBuilder` methods. As we add more doc comments to AST node fields, the generated documentation will get better.
