From 8fe33a340b8979a73fa84f201c15519a9b5d0266 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 14 Nov 2010 21:20:43 -0500 Subject: Document libdimension with Doxygen. --- libdimension/dimension-impl.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libdimension/dimension-impl.h') diff --git a/libdimension/dimension-impl.h b/libdimension/dimension-impl.h index 7d1f943..2746b1c 100644 --- a/libdimension/dimension-impl.h +++ b/libdimension/dimension-impl.h @@ -18,6 +18,12 @@ * . * *************************************************************************/ +/** + * @file + * The internal libdimension API. These functions and types are used to + * implement libdimension, but are not part of its public API. + */ + #ifndef DIMENSION_IMPL_H #define DIMENSION_IMPL_H -- cgit v1.2.3