mirror of https://github.com/ARMmbed/mbed-os.git
Add documentation of exposed functions
parent
e012185602
commit
5f8fbac56f
|
@ -134,6 +134,12 @@ class Resources:
|
||||||
return dupe_dict, dupe_headers
|
return dupe_dict, dupe_headers
|
||||||
|
|
||||||
def detect_duplicates(self, toolchain):
|
def detect_duplicates(self, toolchain):
|
||||||
|
"""Detect all potential ambiguities in filenames and report them with
|
||||||
|
a toolchain notification
|
||||||
|
|
||||||
|
Positional Arguments:
|
||||||
|
toolchain - used for notifications
|
||||||
|
"""
|
||||||
count = 0
|
count = 0
|
||||||
dupe_dict, dupe_headers = self._collect_duplicates(dict(), dict())
|
dupe_dict, dupe_headers = self._collect_duplicates(dict(), dict())
|
||||||
for objname, filenames in dupe_dict.iteritems():
|
for objname, filenames in dupe_dict.iteritems():
|
||||||
|
|
Loading…
Reference in New Issue