Bring qhelp inline with current guidelines

This commit is contained in:
Felicity Chapman
2018-11-08 18:04:31 +00:00
parent 1a5d4626bc
commit 3d779ddebb
11 changed files with 91 additions and 68 deletions

View File

@@ -2,7 +2,7 @@ class C {
public:
void g() {
...
//f() was previously used but is now commented, orphaning f()
//f() was previously used but is now commented-out, orphaning f()
//f();
...
}