correction jsDocs

This commit is contained in:
Niels Lyngsø
2020-06-24 11:10:40 +02:00
parent 79e5ccb8d8
commit 6f1ea3eb45
3 changed files with 4 additions and 8 deletions

View File

@@ -1,15 +1,13 @@
(function () {
"use strict";
/**
* @ngdoc component
* @name Umbraco.umbBlockListBlockContent
* @function
*
* @name umbraco.directives.directive:umbBlockListBlockContent
* @description
* The component for a style-inheriting block of the block list property editor.
*/
angular
.module("umbraco")
.component("umbBlockListBlockContent", {

View File

@@ -4,7 +4,7 @@
/**
* @ngdoc component
* @name Umbraco.Editors.BlockList.blockListPropertyEditor
* @name umbraco.directives.directive:blockListPropertyEditor
* @function
*
* @description

View File

@@ -3,9 +3,7 @@
/**
* @ngdoc component
* @name Umbraco.umbBlockListScopedBlockContent
* @function
*
* @name umbraco.directives.directive:umbBlockListScopedBlockContent
* @description
* The component for a style-scoped block of the block list property editor.
*/