mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +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.TitleScreenMenuWindow"/> ctor.<br />
|
||||
/// * <see cref="Interface.Internal.Windows.Settings.Tabs.SettingsTabAbout"/>:
|
||||
/// note how a new instance of <see cref="IFontAtlas"/> is constructed, and
|
||||
/// <see cref="IFontAtlas.NewGameFontHandle"/> is called from another function, without having to manually
|
||||
/// initialize font rebuild process.
|
||||
/// note how the construction of a new instance of <see cref="IFontAtlas"/> and
|
||||
/// call of <see cref="IFontAtlas.NewGameFontHandle"/> are done in different functions,
|
||||
/// without having to manually initiate font rebuild process.
|
||||
/// </remarks>
|
||||
[Obsolete("See remarks.", false)]
|
||||
[Api10ToDo(Api10ToDoAttribute.DeleteCompatBehavior)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue