Skip to content

Commit

Permalink
统一注释格式
Browse files Browse the repository at this point in the history
  • Loading branch information
heeroluo committed Jan 10, 2016
1 parent f3800c9 commit 36f6f4b
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 24 deletions.
2 changes: 1 addition & 1 deletion entity/_entity-model.js
@@ -1,6 +1,6 @@
/*!
* LetsBlog
* Entity model creator (2015-02-23T18:23:00+0800)
* Entity model creator
* Released under MIT license
*/

Expand Down
4 changes: 2 additions & 2 deletions entity/article.js
@@ -1,6 +1,6 @@
/*!
* NodeBlog
* Entity model defination of article (2015-02-21T16:42:35+0800)
* LetsBlog
* Entity model defination of article
* Released under MIT license
*/

Expand Down
4 changes: 2 additions & 2 deletions entity/category.js
@@ -1,6 +1,6 @@
/*!
* NodeBlog
* Entity model defination of category (2015-02-21T18:42:51+0800)
* LetsBlog
* Entity model defination of category
* Released under MIT license
*/

Expand Down
4 changes: 2 additions & 2 deletions entity/comment.js
@@ -1,6 +1,6 @@
/*!
* NodeBlog
* Entity model defination of comment (2015-02-22T19:00:59+0800)
* LetsBlog
* Entity model defination of comment
* Released under MIT license
*/

Expand Down
4 changes: 2 additions & 2 deletions entity/link.js
@@ -1,6 +1,6 @@
/*!
* NodeBlog
* Entity model defination of link (2015-02-07T12:09:29+0800)
* LetsBlog
* Entity model defination of link
* Released under MIT license
*/

Expand Down
4 changes: 2 additions & 2 deletions entity/options.js
@@ -1,6 +1,6 @@
/*!
* NodeBlog
* Entity model defination of options (2015-02-07T12:09:27+0800)
* LetsBlog
* Entity model defination of options
* Released under MIT license
*/

Expand Down
4 changes: 2 additions & 2 deletions entity/user.js
@@ -1,6 +1,6 @@
/*!
* NodeBlog
* Entity model defination of user (2015-02-09T15:48:30+0800)
* LetsBlog
* Entity model defination of user
* Released under MIT license
*/

Expand Down
4 changes: 2 additions & 2 deletions entity/usergroup.js
@@ -1,6 +1,6 @@
/*!
* NodeBlog
* Entity model defination of user group (2015-02-08T14:52:48+0800)
* LetsBlog
* Entity model defination of user group
* Released under MIT license
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/validator.js
@@ -1,6 +1,6 @@
/*!
* LetsBlog
* Validation functions (2015-02-22T19:00:43+0800)
* Validation functions
* Released under MIT license
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/xtpl.js
@@ -1,6 +1,6 @@
/*!
* LetsBlog
* XTemplate wrapper (2015-02-24T13:37:21+0800)
* XTemplate wrapper
* Released under MIT license
*/

Expand Down
4 changes: 3 additions & 1 deletion routes/init.js
@@ -1,5 +1,7 @@
/*!
* 初始化路由
* LetsBlog
* Route initialize
* Released under MIT license
*/

'use strict';
Expand Down
5 changes: 3 additions & 2 deletions routes/page-type.js
@@ -1,6 +1,7 @@
/*!
* 页面类型预执行函数
* 可以把一批页面的公共逻辑作为一种页面类型
* LetsBlog
* Pre-execute functions of different page types
* Released under MIT license
*/

'use strict';
Expand Down
10 changes: 6 additions & 4 deletions routes/route-helper.js
@@ -1,8 +1,10 @@
/*!
* 路由辅助器
* 为了避免往res对象中挂载过多属性或方法,
* 把这些逻辑全部封装到RouteHelper对象中,
* 然后把RouteHelper对象挂载到res对象
* LetsBlog
* Route helper
* In order to avoid mounting too many properties or methods to the res object,
* move these properties and methods to route helper class.
* And then only mount the route helper object to the res object.
* Released under MIT license
*/

'use strict';
Expand Down

0 comments on commit 36f6f4b

Please sign in to comment.