* luci/contrib: remove remaining debugging code from luadoc

This commit is contained in:
Jo-Philipp Wich 2008-08-09 16:37:34 +00:00
parent d8ed736906
commit ba7b178943

View file

@ -20,7 +20,6 @@ local luadoc = require"luadoc"
local package = package
local string = require"string"
local table = require"table"
local luciutil = require "luci.util"
module "luadoc.doclet.html"
@ -138,8 +137,6 @@ function link_to (fname, doc, module_doc, file_doc, from, kind)
from = from or ""
kind = kind or "functions"
--luciutil.dumptable( module_doc )
if file_doc then
for _, func_name in pairs(file_doc[kind]) do
if func_name == fname then