Skip to content
This repository was archived by the owner on Apr 17, 2018. It is now read-only.

Commit 35cb45b

Browse files
committed
docs(app): add basic documentation to missing classes
See #43.
1 parent 1afdd0e commit 35cb45b

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

app/scripts/services/escapeHtml.coffee

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
###*
44
# @ngdoc service
5-
# @name seaspongeApp.escapeHTML
5+
# @name seaspongeApp.EscapeHtml
66
# @description
7-
# # escapeHTML
7+
# # EscapeHtml
88
# Factory in the seaspongeApp.
99
###
1010
angular.module('seaspongeApp')

app/scripts/stencils/base.coffee

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
###*
2+
# @ngdoc service
3+
# @name seaspongeApp.BaseStencil
4+
# @description
5+
# # BaseStencil
6+
# Factory in the seaspongeApp.
7+
###
18
angular.module('seaspongeApp')
29
.factory('BaseStencil', [ ->
310

app/scripts/stencils/stencils.coffee

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
###*
2+
# @ngdoc service
3+
# @name seaspongeApp.Stencils
4+
# @description
5+
# # Stencils
6+
# Factory in the seaspongeApp.
7+
###
18
angular.module('seaspongeApp')
29
.factory('Stencils', [
310
'GenericTrustBoundaryStencil'

0 commit comments

Comments
 (0)