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.

Exports

quick_recomment_forms(Tree::Forms, Comments::[Comment]) -> 登录查看完整内容