We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a66c2 commit 677aa9dCopy full SHA for 677aa9d
compdb/complementer/headerdb.py
@@ -162,6 +162,7 @@ def score_other_file(a, b):
162
"""Score the similarity of the given file to the other file.
163
164
Paths are expected absolute and normalized.
165
+ Note that the score can be a negative value.
166
"""
167
a_dir, a_filename = os.path.split(os.path.splitext(a)[0])
168
a_subwords = subword_split(a_filename)
0 commit comments