[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH 05/14] kernel-doc: public/features.h
On 07.08.2020 01:49, Stefano Stabellini wrote: > @@ -41,19 +41,25 @@ > * XENFEAT_dom0 MUST be set if the guest is to be booted as dom0, > */ > > -/* > - * If set, the guest does not need to write-protect its pagetables, and can > - * update them via direct writes. > +/** > + * DOC: XENFEAT_writable_page_tables > + * > + * If set, the guest does not need to write-protect its pagetables, and > + * can update them via direct writes. > */ > #define XENFEAT_writable_page_tables 0 I dislike such redundancy (and it's more noticable here than with the struct-s). Is there really no way for the tool to find the right item, the more that in the cover letter you say that you even need to get the placement right, i.e. there can't be e.g. intervening #define-s? Jan
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |