the following patch was just integrated into master: commit d30746ab6bf2f5237e9a9f5b68719f9651060027 Author: Martin Roth martin.roth@se-eng.com Date: Sun Jan 4 15:29:08 2015 -0700
AMD Mainboards - rd890_cfg.h: fix Doxygen errors.
Doxygen gives an error when processing #defines inside doxygen comments. Normal comments are ignored. The choice for this fix was to make this a standard comment starting with '/*' instead of '/**', or to make the comment not a #define.
Change-Id: I97fbbcea6f045d80ec7c0ab5e196d57e5da16d86 Signed-off-by: Martin Roth martin.roth@se-eng.com Reviewed-on: http://review.coreboot.org/8099 Reviewed-by: Edward O'Callaghan eocallaghan@alterapraxis.com Tested-by: build bot (Jenkins)
See http://review.coreboot.org/8099 for details.
-gerrit