Skip to content

Commit

Permalink
Fix markdown of ordered lists
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed Nov 10, 2016
1 parent 894dfa3 commit d8ec17c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/features/generators.md
Expand Up @@ -152,6 +152,7 @@ To redefine members in generated source, there are new language keywords: `repla
}
```
The following `class` and `struct` members can be replaced:

1. Static and instance methods, properties, and events
1. Explicit interface implementations of members
1. User defined operators
Expand All @@ -163,6 +164,7 @@ The following `class` and `struct` members can be replaced:
The default constructor can be added by a generator but not replaced.

The following must match when replacing a member:

1. Signature: name, accessibility, arity, return type, parameter number, parameter types and ref-ness
1. Parameter names and default values (to prevent changing the interpretation of call-sites)
1. Type parameters and constraints
Expand Down

0 comments on commit d8ec17c

Please sign in to comment.