Documentation: fixed about 100 cross-referencing errors.

This commit is contained in:
Andrey Kamaev
2011-08-13 16:49:40 +00:00
parent 6395a738cb
commit d6e3ccc1b2
34 changed files with 128 additions and 125 deletions

View File

@@ -1432,7 +1432,7 @@ class OCVDomain(Domain):
if "type" in self.objtypes_for_role(typ):
return None
if "cfunction" in self.objtypes_for_role(typ):
if not name.lower().startswith(u'cv'):
if not name.startswith(u'cv'):
name = u'cv' + name
dict = self.data['objects']
if name not in dict: