Init new repository
This commit is contained in:
17
tests/doc_comments2.txt
Normal file
17
tests/doc_comments2.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
/** package
|
||||
* package doc comment
|
||||
*/
|
||||
|
||||
/** file
|
||||
* file doc comment
|
||||
*/
|
||||
|
||||
/**
|
||||
* normal doc comment
|
||||
*/
|
||||
something :: proc() {
|
||||
}
|
||||
|
||||
main :: proc(): int {
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user