Re: [PATCH] doc/sphinx: Pass right filename as source

2016-06-01 Thread Jani Nikula
On Wed, 01 Jun 2016, Daniel Vetter wrote: > With this error output becomes almost readable. The line numbers are > still totally bonghits, but that's a lot harder to pull out of > kerneldoc. We'd essentially have to insert some special markers in the > kernel-doc output, split the output along the

[PATCH] doc/sphinx: Pass right filename as source

2016-06-01 Thread Daniel Vetter
With this error output becomes almost readable. The line numbers are still totally bonghits, but that's a lot harder to pull out of kerneldoc. We'd essentially have to insert some special markers in the kernel-doc output, split the output along these markers and then insert each block separately us