summaryrefslogtreecommitdiffstats
path: root/libdimension/platform.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-11-14 21:20:43 -0500
committerTavian Barnes <tavianator@gmail.com>2010-11-14 21:20:43 -0500
commit8fe33a340b8979a73fa84f201c15519a9b5d0266 (patch)
tree12cdbb1c1b9a48f533ab36980602785be1e1deeb /libdimension/platform.h
parent20a55aa78050d94b187d4edfaac91ea00efea505 (diff)
downloaddimension-8fe33a340b8979a73fa84f201c15519a9b5d0266.tar.xz
Document libdimension with Doxygen.
Diffstat (limited to 'libdimension/platform.h')
-rw-r--r--libdimension/platform.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/libdimension/platform.h b/libdimension/platform.h
index a5d4dc6..a339ced 100644
--- a/libdimension/platform.h
+++ b/libdimension/platform.h
@@ -18,8 +18,13 @@
* <http://www.gnu.org/licenses/>. *
*************************************************************************/
-#ifndef DIMENSION_IMPL_UTILITIES_H
-#define DIMENSION_IMPL_UTILITIES_H
+/**
+ * @file
+ * Platform abstractions.
+ */
+
+#ifndef DIMENSION_IMPL_PLATFORM_H
+#define DIMENSION_IMPL_PLATFORM_H
#include <stdbool.h>
#include <stddef.h>
@@ -37,4 +42,4 @@ bool dmnsn_is_little_endian(void);
/* Return the number of CPUs available to dimension */
size_t dmnsn_ncpus(void);
-#endif /* DIMENSION_IMPL_UTILITIES_H */
+#endif /* DIMENSION_IMPL_PLATFORM_H */