File tree 2 files changed +3
-2
lines changed
compiler/src/dotty/tools/dotc/reporting 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
package dotty .tools .dotc .reporting
2
2
3
- /** Unique IDs identifying the messages
3
+ /** Unique IDs identifying the messages, this will be used to reference documentation online.
4
+ *
4
5
* @param isActive Whether or not the compile still emits this ErrorMessageID
5
6
**/
6
7
enum ErrorMessageID (val isActive : Boolean = true ) extends java.lang.Enum [ErrorMessageID ]:
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ object Message {
43
43
* Instead use the `persist` method to create an instance that does not keep a
44
44
* reference to these contexts.
45
45
*
46
- * @param errorId a unique id identifying the message, this will later be
46
+ * @param errorId a unique id identifying the message, this will be
47
47
* used to reference documentation online
48
48
*/
49
49
abstract class Message (val errorId : ErrorMessageID ) { self =>
You can’t perform that action at this time.
0 commit comments