Standardize all contextual information related to line numbers / columns. Currently documentationjs uses a mix of conventions: - `loc` property - `commentLineNumber` - `tag.lineNumber` Replace all of these with the [unist](https://github.com/wooorm/unist) `Location` and `Position` interfaces.