src/include: Doxygen fixes

- Join doxygen file command with the file description
- Give extended file location so doxygen knows which early_sbmus.h
the file is.  (I don't get this either, but it fixes the warning)

Change-Id: Ia91fb1ac1e9687e1a5a5cb5234696b3c24d4cd24
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: http://review.coreboot.org/8174
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
Martin Roth 2015-01-06 21:05:23 -07:00
parent 08079eca29
commit 2507820bd9
2 changed files with 5 additions and 2 deletions

View File

@ -20,7 +20,9 @@
/** /**
* @file post_codes.h * @file post_codes.h
* */
/*
* This aims to be a central point for POST codes used throughout coreboot. * This aims to be a central point for POST codes used throughout coreboot.
* All POST codes should be declared here as macros, and post_code() should * All POST codes should be declared here as macros, and post_code() should
* be used with the macros instead of hardcoded values. This allows us to * be used with the macros instead of hardcoded values. This allows us to
@ -40,6 +42,7 @@
* without any explanation or effort on part of the maintainers. * without any explanation or effort on part of the maintainers.
* *
*/ */
#ifndef POST_CODES_H #ifndef POST_CODES_H
#define POST_CODES_H #define POST_CODES_H

View File

@ -18,7 +18,7 @@
*/ */
/** /**
* @file early_smbus.h * @file device/early_smbus.h
* *
* This file defines a common API for accessing the SMBus during early * This file defines a common API for accessing the SMBus during early
* initialization. It defines the prototypes for common SMBus functions. The * initialization. It defines the prototypes for common SMBus functions. The