Commit 657ca80c authored by Denis Filatov's avatar Denis Filatov
Browse files

final version for approval

parent b08dc27c
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: