forked from apidoc/apidoc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4fe7280
commit 8b38f63
Showing
3 changed files
with
115 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Test for programming language: Perl | ||
|
||
#** | ||
# @api {get} /language/perl Perl | ||
# @apiName GetLanguagePerl | ||
# @apiGroup Language | ||
# @apiVersion 0.4.0 | ||
# @apiDescription Test for Perl Comment-Syntax. | ||
#** | ||
|
||
#** | ||
# @api {get} /language/perl/indented1 Perl indented 1 | ||
# @apiName GetLanguagePerlIndented1 | ||
# @apiGroup Language | ||
# @apiVersion 0.4.0 | ||
# @apiExample Test for indented comment. | ||
# This is example line 2. | ||
# This is example line 3. | ||
# Line 4 indented (with tab at beginning). | ||
# Line 5 indented. | ||
# This is example line 6. | ||
#** | ||
|
||
#** | ||
@api {get} /language/perl/indented2 Perl indented 2 | ||
@apiName GetLanguagePerlIndented2 | ||
@apiGroup Language | ||
@apiVersion 0.4.0 | ||
@apiExample Test for indented comment. | ||
This is example line 2. | ||
This is example line 3. | ||
Line 4 indented (with tab at beginning). | ||
Line 5 indented. | ||
This is example line 6. | ||
#** |