From e300ad329285524eab78a96ac7aaea9d01a33e39 Mon Sep 17 00:00:00 2001 From: Kirill Mavreshko Date: Wed, 21 Feb 2018 14:18:45 +0500 Subject: Fixed duplication of parameter descriptions by the doc generator --- scripts/generator/generator/routine.py | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/generator/generator/routine.py b/scripts/generator/generator/routine.py index c52f49ca..317c8e7b 100644 --- a/scripts/generator/generator/routine.py +++ b/scripts/generator/generator/routine.py @@ -805,7 +805,6 @@ class Routine: def arguments_doc(self): """Retrieves a combination of all the argument types""" return (self.options_doc() + self.sizes_doc() + - list(chain(*[self.buffer_doc(b) for b in self.scalar_buffers_first()])) + list(chain(*[self.buffer_doc(b) for b in self.scalar_buffers_first()])) + self.scalar_doc("alpha") + list(chain(*[self.buffer_doc(b) for b in self.buffers_first()])) + -- cgit v1.2.3