ExtendRealityLtd / Malimbe

[Obsolete - No longer maintained] A collection of tools to simplify writing public API components for the Unity software.
MIT License
51 stars 11 forks source link

XML summary regex is too greedy #30

Closed bddckr closed 5 years ago

bddckr commented 5 years ago
/// <summary>
/// Whether to clone <see cref="SnappedObject"/> on raise of <see cref="Unsnapped"/>.
/// </summary>

gets turned into a [Tooltip] of Whether to clone `SnappedObject"/> on raise of <see cref="Unsnapped`..

bddckr commented 5 years ago

Fixed by 049d3fcf7a26c15446e07630fed4e965a0ec4fd5.