erl_recomment
erl_recomment
Module
erl_recomment
Module summary
Inserting comments into abstract Erlang syntax trees.
Description
Inserting comments into abstract Erlang syntax trees
This module contains functions for inserting comments, described by position, indentation and text, as attachments on an abstract syntax tree, at the correct places.
Data types
- syntaxTree() =
erl_syntax:syntaxTree()
-
An abstract syntax tree. See the
erl_syntax
module for details.