Skip to content

Beautify license/module header comment #366

@Tyriar

Description

@Tyriar

@parisk how about we change this:

/**
 * xterm.js: xterm, in the browser
 * Copyright (c) 2016, SourceLair Private Company <www.sourcelair.com> (MIT License)
 */

/**
 * Generic utilities module. This module contains generic methods that can be helpful at
 * different parts of the code base.
 * @module xterm/utils/Generic
 */

To this:

/**
 * @license
 * xterm.js: xterm, in the browser
 * Copyright (c) 2016, SourceLair Private Company <www.sourcelair.com> (MIT License)
 *
 * @module xterm/utils/Generic
 * Generic utilities module. This module contains generic methods that can be helpful at
 * different parts of the code base.
 */

Looks a lot nicer imo.

Metadata

Metadata

Assignees

Labels

type/proposalA proposal that needs some discussion before proceeding

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions