Skip to content

Commit

Permalink
Adding XML documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kile-lindgren committed May 15, 2018
1 parent a8deea0 commit eff3837
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Kentico.AcceleratedMobilePages/AmpFilter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,9 @@ private void RemoveAttribute(HtmlDocument doc, string xPath, string attrName)
}
}

/// <summary>
/// Splits the Friendly URL Extension, and returns the first element
/// </summary>
private string GetFriendlyExtension()
{
var extensions = Settings.CmsFriendlyUrlExtension;
Expand Down

0 comments on commit eff3837

Please sign in to comment.