1
1
mirror of https://github.com/github/semantic.git synced 2024-12-25 07:55:12 +03:00

Document Literal Locations.

This commit is contained in:
Rob Rix 2015-09-30 15:46:16 -04:00
parent 0efffe3e3d
commit 66281a6674

View File

@ -1,3 +1,4 @@
public enum Location {
/// A literal string, vs. range information.
case Literal(String)
}