Skip to content
This repository has been archived by the owner on May 28, 2022. It is now read-only.

Commit

Permalink
UI: Update the documentation of UI.Widgets.Container
Browse files Browse the repository at this point in the history
  • Loading branch information
yvt committed Jun 14, 2018
1 parent c4138d4 commit be47469
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Ngs.Engine.Framework/UI/Widgets/Container.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@

namespace Ngs.Engine.UI.Widgets {
/// <summary>
/// A specialized view use to contain zero or more subviews.
/// A specialized view for containing zero or more subviews using a layout supplied by the
/// view's owner.
/// </summary>
public class Container : View {
/// <summary>
Expand Down

0 comments on commit be47469

Please sign in to comment.