Content deleted Content added
ClueBot NG (talk | contribs) m Reverting possible vandalism by 196.189.182.178 to version by Wws. Report False Positive? Thanks, ClueBot NG. (4392538) (Bot) |
Velocifyer (talk | contribs) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 145:
| publisher=Cambridge University Press
| isbn=978-1-397-80521-8
}}</ref> Examples include [[Javadoc]],
=== Visualization ===
Line 193:
=== Extend language syntax ===
Occasionally, code that is formatted as a comment is overloaded to convey additional information to the translator, such as
Other examples include interpreter [[Directive (programming)|directives]]:
Line 292:
<syntaxhighlight lang="c">
/***************************
* *
* This is the comment body. *
* *
</syntaxhighlight>
|