On Mon, May 26, 2014 at 04:27:04PM +0300, Alexey Dobriyan wrote:
> On Thu, May 22, 2014 at 10:28 PM,  <a...@linux-foundation.org> wrote:
> >   * digsig_verify() - digital signature verification with public key
> >   * @keyring:   keyring to search key in
> >   * @sig:       digital signature
> > - * @sigen:     length of the signature
> > + * @siglen:    length of the signature
> >   * @data:      data
> >   * @datalen:   length of the data
> 
> Does anyone use kernel-doc generated documentation?
> I'm serious.

The kernel-doc generated documentation is available on the web, and I
suspect a number of people find it when they run Google Searches.

The danger of course is that they might get documentation which is out
of sync with the upstream kernel (or whatever kernel they are
developing against), but I know I've found it useful on occasion.

                                           - Ted


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to