Add example of a single line changing in a block comment

pull/70/head
Wilfred Hughes 2021-11-02 23:23:37 +07:00
parent a87882c0a3
commit 3efa77c43e
2 changed files with 10 additions and 0 deletions

@ -10,3 +10,8 @@ f3();
/* A multiline comment
* whose indentation changes.
*/
/** A doc comment.
*
* This line has changed.
*/

@ -12,3 +12,8 @@ if true {
* whose indentation changes.
*/
}
/** A doc comment.
*
* This line will change.
*/