summaryrefslogtreecommitdiff
path: root/Tests/VSXaml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-05-11 15:16:04 -0400
committerBrad King <brad.king@kitware.com>2016-05-11 15:16:04 -0400
commit062593273f4765e2948993992eaeac9acdab0e27 (patch)
treeac5d83512e592ccf0f81df73767dd13ae3962fd0 /Tests/VSXaml
parent18df6a9a78fc0b450bd37d4394c7422cd56ec12b (diff)
downloadcmake-062593273f4765e2948993992eaeac9acdab0e27.tar.gz
Tests: Wrap long comment lines in VSXaml test
Manually wrap the lines and remove literal tab characters. This avoids problems with incremental formatting by clang-format.
Diffstat (limited to 'Tests/VSXaml')
-rw-r--r--Tests/VSXaml/App.xaml.cpp16
1 files changed, 9 insertions, 7 deletions
diff --git a/Tests/VSXaml/App.xaml.cpp b/Tests/VSXaml/App.xaml.cpp
index 2cb2b3284d..a187ed56ef 100644
--- a/Tests/VSXaml/App.xaml.cpp
+++ b/Tests/VSXaml/App.xaml.cpp
@@ -26,8 +26,9 @@ using namespace Windows::UI::Xaml::Navigation;
// The Blank Application template is documented at http://go.microsoft.com/fwlink/?LinkId=234227
/// <summary>
-/// Initializes the singleton application object. This is the first line of authored code
-/// executed, and as such is the logical equivalent of main() or WinMain().
+/// Initializes the singleton application object. This is the first line of
+/// authored code executed, and as such is the logical equivalent of main()
+/// or WinMain().
/// </summary>
App::App()
{
@@ -36,8 +37,9 @@ App::App()
}
/// <summary>
-/// Invoked when the application is launched normally by the end user. Other entry points
-/// will be used such as when the application is launched to open a specific file.
+/// Invoked when the application is launched normally by the end user.
+/// Other entry points will be used such as when the application is
+/// launched to open a specific file.
/// </summary>
/// <param name="e">Details about the launch request and process.</param>
void App::OnLaunched(Windows::ApplicationModel::Activation::LaunchActivatedEventArgs^ e)
@@ -101,9 +103,9 @@ void App::OnLaunched(Windows::ApplicationModel::Activation::LaunchActivatedEvent
}
/// <summary>
-/// Invoked when application execution is being suspended. Application state is saved
-/// without knowing whether the application will be terminated or resumed with the contents
-/// of memory still intact.
+/// Invoked when application execution is being suspended. Application state
+/// is saved without knowing whether the application will be terminated or
+/// resumed with the contents of memory still intact.
/// </summary>
/// <param name="sender">The source of the suspend request.</param>
/// <param name="e">Details about the suspend request.</param>