Commit eb32513
committed
Fixed circular reference
Previously, the `<inheritdoc />` errantly referenced itself, which resulted in a stack overflow when generating the DocFx API documentation. Whoops! Easily resolved, since `WebPath` is defined on `INavigableTopicViewModel`, which `INavigableTopicViewModel<T>` implements. This will help support #29.1 parent c718adc commit eb32513
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- OnTopic.ViewModels
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments