Loading asn2md.py +1 −1 Original line number Diff line number Diff line Loading @@ -278,7 +278,7 @@ def parseModule(mname, content): else: if title: ret = '### {}\n\n'.format(title) l = parseText(parseDoxyComments(doc)) l = parseText(parseDoxyComments(doc[0])) if len(l): ret += l + '\n\n' for p in f_params: Loading Loading
asn2md.py +1 −1 Original line number Diff line number Diff line Loading @@ -278,7 +278,7 @@ def parseModule(mname, content): else: if title: ret = '### {}\n\n'.format(title) l = parseText(parseDoxyComments(doc)) l = parseText(parseDoxyComments(doc[0])) if len(l): ret += l + '\n\n' for p in f_params: Loading