You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
208 B
18 lines
208 B
////
|
|
Included in:
|
|
|
|
- user-manual: Comments
|
|
- quick-ref
|
|
////
|
|
|
|
// tag::line[]
|
|
// A single-line comment.
|
|
// end::line[]
|
|
|
|
// tag::bl[]
|
|
////
|
|
A multi-line comment.
|
|
|
|
Notice it's a delimited block.
|
|
////
|
|
// end::bl[]
|
|
|