From dd4b094b66ce926c3f96c9e7fdeed7053bbb3004 Mon Sep 17 00:00:00 2001 From: Tim Geyssens Date: Fri, 13 Sep 2013 13:54:15 +0200 Subject: [PATCH] Adds a comment to the embed controller --- src/Umbraco.Web/Editors/EmbedController.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Umbraco.Web/Editors/EmbedController.cs b/src/Umbraco.Web/Editors/EmbedController.cs index b84fdff99f..15dfd51a97 100644 --- a/src/Umbraco.Web/Editors/EmbedController.cs +++ b/src/Umbraco.Web/Editors/EmbedController.cs @@ -14,6 +14,9 @@ using System.IO; namespace Umbraco.Web.Editors { + /// + /// A controller used for the embed dialog + /// [PluginController("UmbracoApi")] public class EmbedController : UmbracoAuthorizedJsonController {