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/phong.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'libdimension/phong.c') diff --git a/libdimension/phong.c b/libdimension/phong.c index f0fb3bb..e2afd15 100644 --- a/libdimension/phong.c +++ b/libdimension/phong.c @@ -18,13 +18,15 @@ * . * *************************************************************************/ +/** + * @file + * Phong highlights. + */ + #include "dimension.h" #include -/* - * Phong finish - */ - +/** Phong specular highlight callback. */ static dmnsn_color dmnsn_phong_specular_fn(const dmnsn_finish *finish, dmnsn_color light, dmnsn_color color, -- cgit v1.2.3