diff --git a/http/web.py b/http/web.py index fb63e23..c8c39d9 100755 --- a/http/web.py +++ b/http/web.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # This file is part of Elixir, a source code cross-referencer. # @@ -310,7 +310,7 @@ if mode == 'source': elif mode == 'ident': data['title'] = ident+' identifier - '+title_suffix - symbol_definitions, symbol_references, symbol_doccomments_UNUSED = query('ident', tag, ident, family) + symbol_definitions, symbol_references, symbol_doccomments = query('ident', tag, ident, family) print('
') if len(symbol_definitions): @@ -322,6 +322,16 @@ elif mode == 'ident': )) print('') + if len(symbol_doccomments): + print('

Documented in '+str(len(symbol_doccomments))+' files:

') + print('') + + print('

Referenced in '+str(len(symbol_references))+' files:

') print('