Re: [PATCH] kernel-doc: properly document array arguments of function

2017-01-13 Thread Jonathan Corbet
On Mon, 9 Jan 2017 18:11:57 -0200 Gabriel Krisman Bertazi wrote: > Documentation for array parameters passed in a function, like the first > argument in the function below, weren't getting exported in the rst > format, although they work fine for html and pdf formats: >

[PATCH] kernel-doc: properly document array arguments of function

2017-01-09 Thread Gabriel Krisman Bertazi
Documentation for array parameters passed in a function, like the first argument in the function below, weren't getting exported in the rst format, although they work fine for html and pdf formats: void drm_clflush_pages(struct page * pages[], unsigned long num_pages) That's because the string