On 08.08.2010 19:01, repository service wrote: > Author: uwe > New Revision: 1134 > > Various cosmetic and coding-style fixes (trivial). > > - Drop '/**' Doxygen comments, we don't use Doxygen. Even if we would use > it, the comments are useless as we don't have any Doxygen markup in there. > > Signed-off-by: Uwe Hermann <[email protected]> > Acked-by: Uwe Hermann <[email protected]> > > Modified: trunk/flashrom.c > ============================================================================== > --- trunk/flashrom.c Sun Aug 8 18:05:23 2010 (r1133) > +++ trunk/flashrom.c Sun Aug 8 19:01:18 2010 (r1134) > @@ -685,7 +685,7 @@ > return ret; > } > > -/** > +/* > * @cmpbuf buffer to compare against, cmpbuf[0] is expected to match the > flash content at location start > * @start offset to the base address of the flash chip > @@ -765,7 +765,7 @@ > return ret; > } > > -/** > +/* > * Check if the buffer @have can be programmed to the content of @want > without > * erasing. This is only possible if all chunks of size @gran are either kept > * as-is or changed from an all-ones state to any other state. >
If the @variablename syntax is not doxygen, what is it? Regards, Carl-Daniel -- http://www.hailfinger.org/ _______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
