commit ad8251379d7eb6b2eee69bb5b8fbd7e37b0d6964 parent 563bd618a7f88e68dc207a5e58784aa0597885aa Author: Mikolaj Lenczewski <33129490+EnderRifter@users.noreply.github.com> Date: Mon, 26 Aug 2019 15:09:01 +0200 Document 'Program.PrintContextSettings(ContextSettings)' Diffstat:
| M | StarSim/StarSim/Program.cs | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/StarSim/StarSim/Program.cs b/StarSim/StarSim/Program.cs @@ -88,6 +88,10 @@ namespace StarSim Console.ReadLine(); } + /// <summary> + /// Prints details about the given <see cref="ContextSettings"/> instance. + /// </summary> + /// <param name="settings">The settings to print.</param> private static void PrintContextSettings(ContextSettings settings) { Console.WriteLine($"AA Level: {settings.AntialiasingLevel}, " +