On Mon, 23 May 2016 15:36:31 -0400 (EDT) "Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx> wrote: > * Return: %0 if property with @name has been found (success), > * %-EINVAL if the arguments are invalid, > * %-EINVAL if the property doesn't exist, > * %-EPROTO if the property value type doesn't match @type. > */ > > what's with those "%" symbols in the Return section? do they have > some special value? i don't recall those. > > so *is* there a way to get that bullet list effect these days? % just marks a constant value - see kernel-doc-nano-howto.txt for details. There's no way to get a bulleted list in the kerneldoc comments - yet. The Sphinx transition, assuming we pull it off, will fix awkward problems like that. Thanks, jon -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html