File tree Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Creates from input files a documentation in path `doc/`.
14
14
15
15
## Changelog
16
16
17
+ * ` 0.1.9 ` Fix for whitespace before comment block (Brandon Hamilton https://github.com/apidoc/apidoc/pull/2 )
17
18
* ` 0.1.8 ` Change templates, enable navigation scroll.
18
19
* ` 0.1.7 ` Add @apiIgnore . Update grunt Modules.
19
20
* ` 0.1.6 ` Fix OSX executable
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " apidoc" ,
3
- "version" : " 0.1.8 " ,
3
+ "version" : " 0.1.9 " ,
4
4
"description" : " RESTful web API Documentation Generator" ,
5
5
"author" : " Peter Rottmann <rottmann@inveris.de>" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
define ( {
2
2
"name" : "apidoc" ,
3
- "version" : "0.1.8 " ,
3
+ "version" : "0.1.9 " ,
4
4
"description" : "RESTful web API Documentation Generator" ,
5
5
"apidoc" : "" ,
6
6
"generator" : {
7
- "version" : "0.1.8 " ,
7
+ "version" : "0.1.9 " ,
8
8
"time" : "2013-04-12T16:50:18.630Z"
9
9
}
10
10
} ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " apidoc" ,
3
- "version" : " 0.1.8 " ,
3
+ "version" : " 0.1.9 " ,
4
4
"description" : " RESTful web API Documentation Generator" ,
5
5
"apidoc" : " " ,
6
6
"generator" : {
7
- "version" : " 0.1.8 " ,
7
+ "version" : " 0.1.9 " ,
8
8
"time" : " 2013-04-12T16:50:18.630Z"
9
9
}
10
10
}
Original file line number Diff line number Diff line change 2
2
* @test Ignore this block. No apiDoc.
3
3
*/
4
4
5
- /**
6
- * @apiIgnore Ignore this block, apiIgnore is set.
7
- * @api {get } /ignore/me
8
- */
5
+ /**
6
+ * @apiIgnore Ignore this block, apiIgnore is set.
7
+ * @api {get } /ignore/me
8
+ */
9
9
10
10
/**
11
11
* @api {get } /log/:id Get
You can’t perform that action at this time.
0 commit comments