update and regenerate reference documentation

This commit is contained in:
Arvid Norberg
2013-11-10 21:28:22 +00:00
parent fde0d6994d
commit 64f6a35126
22 changed files with 74 additions and 121 deletions

View File

@@ -129,9 +129,9 @@ def first_item(itr):
return None
def is_visible(desc):
if desc.strip() == 'hidden': return False
if desc.strip().startswith('hidden'): return False
if internal: return True
if desc.strip() == 'internal': return False
if desc.strip().startswith('internal'): return False
return True
def highlight_signature(s):