]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/auxiliar/ref_check.py
Merge branch 'lilypond/translation'
[lilypond.git] / scripts / auxiliar / ref_check.py
index 48bc4d6e10d11176f2e6204e8a19ea65a3ca3649..4b4e51f0bb59e8ee86c3a8908dee8761fe2a58e9 100755 (executable)
@@ -111,7 +111,7 @@ class File:
           if words[0] == "@end" and (words[1].find("ignore") >= 0 or words[1].find("macro") >= 0):
             skip = False
 
-        if not skip and words[0].find("@c") < 0:
+        if not skip and words[0] != "@c":
           if words[0].find("@defManual") >= 0:
             # Manual definition found - extract manual name and refManual string
             manualName = words[1]