Hi! > This code supports one-line remarks without newlines. The changes to > the tools (menuconfig, xconfig, config) also only support one-line > remarks as they use the existing UI functions for editing strings. > > diff --git a/scripts/kconfig/confdata.c b/scripts/kconfig/confdata.c > index 797a741..eee2b60 100644 > --- a/scripts/kconfig/confdata.c > +++ b/scripts/kconfig/confdata.c > @@ -152,6 +152,30 @@ static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) > return 0; > } > > +/** > + * Read remarks from -remarks file: > + */ /** means kerneldoc but this is not valid kerneldoc. Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html