Summed up the work of their own use of the annotation writing specifications, there is no technical content, just for the unified way of production, easy maintenance. Contains four sections of area notes , single-line comments , annotation levels , and assistance notes .
Most students use the method of the area annotation, with the "comment content start" or "Comment content end", "Start" or "end", in contrast, can be used more quickly with "s" or "E", such as simply writing a start or ending comment, and then copying it, changing "s" or "E" You can quickly complete the annotation of the area.
Zone notes
In practice, there are times when the notes should be above or under the label, in order to avoid this situation, the annotation information is uniformly written before and after the start of the area label and begins with "S" or "E" to indicate the start or end of the area annotation.
Cases:
<!--=s annotation content-->
<div>
...
</div>
<!--=e annotation content-->
/*=s Annotation Content * *
. class{
...
}
. class{
...
}
/*=e Annotation Content * *
Single-line Comment
Note Information should be written in the area of content that needs to be commented
Cases:
<div>
<!--annotation content-->
...
</div>
. class{
/* Comment Content * *
...
}