summaryrefslogtreecommitdiff
path: root/src/include/console/post_codes.h
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2015-01-06 21:05:23 -0700
committerMartin Roth <gaumless@gmail.com>2015-01-09 06:04:55 +0100
commit2507820bd9f3c868e79b28f3b4e5ed199b3e62dd (patch)
treee468d671139e87b7c5e5f34af71098ea5697a019 /src/include/console/post_codes.h
parent08079eca29e01ad586216376891a2e2933b0e097 (diff)
downloadcoreboot-2507820bd9f3c868e79b28f3b4e5ed199b3e62dd.tar.xz
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>
Diffstat (limited to 'src/include/console/post_codes.h')
-rw-r--r--src/include/console/post_codes.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/console/post_codes.h b/src/include/console/post_codes.h
index 9f9b7886a6..b2db2da7d5 100644
--- a/src/include/console/post_codes.h
+++ b/src/include/console/post_codes.h
@@ -20,7 +20,9 @@
/**
* @file post_codes.h
- *
+ */
+
+/*
* 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
* 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.
*
*/
+
#ifndef POST_CODES_H
#define POST_CODES_H