fix some xmldoc
This commit is contained in:
parent
fb228b77c9
commit
74e50c3041
|
@ -26,7 +26,7 @@ namespace BizHawk.Emulation.Common
|
|||
|
||||
/// <summary>
|
||||
/// Returns an instance of T if T is available
|
||||
/// Else throws NRE
|
||||
/// Else returns null
|
||||
/// </summary>
|
||||
/// <typeparam name="T">The requested <see cref="IEmulatorService"/></typeparam>
|
||||
T GetService<T>() where T : IEmulatorService;
|
||||
|
|
Loading…
Reference in New Issue