* luci/contrib: remove remaining debugging code from luadoc
This commit is contained in:
parent
d8ed736906
commit
ba7b178943
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue