mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
Fix doc
This commit is contained in:
parent
0701d7805a
commit
127b91f4b0
1 changed files with 3 additions and 3 deletions
|
|
@ -140,9 +140,9 @@ public sealed class UiBuilder : IDisposable
|
||||||
/// * <see cref="Interface.Internal.Windows.Data.Widgets.GamePrebakedFontsTestWidget"/>.<br />
|
/// * <see cref="Interface.Internal.Windows.Data.Widgets.GamePrebakedFontsTestWidget"/>.<br />
|
||||||
/// * <see cref="Interface.Internal.Windows.TitleScreenMenuWindow"/> ctor.<br />
|
/// * <see cref="Interface.Internal.Windows.TitleScreenMenuWindow"/> ctor.<br />
|
||||||
/// * <see cref="Interface.Internal.Windows.Settings.Tabs.SettingsTabAbout"/>:
|
/// * <see cref="Interface.Internal.Windows.Settings.Tabs.SettingsTabAbout"/>:
|
||||||
/// note how a new instance of <see cref="IFontAtlas"/> is constructed, and
|
/// note how the construction of a new instance of <see cref="IFontAtlas"/> and
|
||||||
/// <see cref="IFontAtlas.NewGameFontHandle"/> is called from another function, without having to manually
|
/// call of <see cref="IFontAtlas.NewGameFontHandle"/> are done in different functions,
|
||||||
/// initialize font rebuild process.
|
/// without having to manually initiate font rebuild process.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
[Obsolete("See remarks.", false)]
|
[Obsolete("See remarks.", false)]
|
||||||
[Api10ToDo(Api10ToDoAttribute.DeleteCompatBehavior)]
|
[Api10ToDo(Api10ToDoAttribute.DeleteCompatBehavior)]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue