Commit 2b91adb1 authored by ASN.1 Documenter's avatar ASN.1 Documenter
Browse files

final version for approval

parent 0a3e6304
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: