Skip to content

Commit 5f8fbac

Browse files
committed
Add documentation of exposed functions
1 parent e012185 commit 5f8fbac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/toolchains/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ def _collect_duplicates(self, dupe_dict, dupe_headers):
134134
return dupe_dict, dupe_headers
135135

136136
def detect_duplicates(self, toolchain):
137+
"""Detect all potential ambiguities in filenames and report them with
138+
a toolchain notification
139+
140+
Positional Arguments:
141+
toolchain - used for notifications
142+
"""
137143
count = 0
138144
dupe_dict, dupe_headers = self._collect_duplicates(dict(), dict())
139145
for objname, filenames in dupe_dict.iteritems():

0 commit comments

Comments
 (0)