diff --git a/panels/text/module.js b/panels/text/module.js index 89c603fc24c..3d02393976b 100644 --- a/panels/text/module.js +++ b/panels/text/module.js @@ -1,3 +1,16 @@ +/* + + ## Text + + A simple panel of static content + + ### Parameters + * mode :: 'text', 'html', 'markdown' + * content :: Content of the panel + * style :: Hash containing css properties + +*/ + angular.module('kibana.text', []) .controller('text', function($scope, $rootScope) {