diff --git a/makefile.shade b/makefile.shade
index 562494d144..f087af75e1 100644
--- a/makefile.shade
+++ b/makefile.shade
@@ -5,3 +5,6 @@ var AUTHORS='Microsoft Open Technologies, Inc.'
use-standard-lifecycle
k-standard-goals
+
+#xml-docs-test target='test'
+ k-xml-docs-test
\ No newline at end of file
diff --git a/src/Microsoft.AspNet.Routing/Logging/LogFormatter.cs b/src/Microsoft.AspNet.Routing/Logging/LogFormatter.cs
index 3e6ae53876..64c2028c54 100644
--- a/src/Microsoft.AspNet.Routing/Logging/LogFormatter.cs
+++ b/src/Microsoft.AspNet.Routing/Logging/LogFormatter.cs
@@ -8,11 +8,7 @@ namespace Microsoft.AspNet.Routing.Logging.Internal
public static class LogFormatter
{
///
- /// A formatter for use with .
+ /// A formatter for use with .
///
public static string Formatter(object o, Exception e)
{
diff --git a/src/Microsoft.AspNet.Routing/Logging/RouteConstraintMatcherMatchValues.cs b/src/Microsoft.AspNet.Routing/Logging/RouteConstraintMatcherMatchValues.cs
index de52061715..fa5b8e3765 100644
--- a/src/Microsoft.AspNet.Routing/Logging/RouteConstraintMatcherMatchValues.cs
+++ b/src/Microsoft.AspNet.Routing/Logging/RouteConstraintMatcherMatchValues.cs
@@ -6,13 +6,7 @@ using System.Text;
namespace Microsoft.AspNet.Routing.Logging
{
///
- /// Describes the state of .
+ /// Describes the state of .
///
public class RouteConstraintMatcherMatchValues
{