From 9891e6906504207b2a33760e7698a8bec9c4cd99 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Sun, 19 Jan 2003 08:45:49 +0000 Subject: I modified the header so that it didn't warn about comment inside of a comment. Changed /* id blah /* text */ to /* * id blah * text */ Kent --- source/blender/include/keyed_functions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/include/keyed_functions.h') diff --git a/source/blender/include/keyed_functions.h b/source/blender/include/keyed_functions.h index eaa5ee99211..82640041327 100644 --- a/source/blender/include/keyed_functions.h +++ b/source/blender/include/keyed_functions.h @@ -1,5 +1,5 @@ -/* $Id$ -/* +/** + * $Id$ * ***** BEGIN GPL/BL DUAL LICENSE BLOCK ***** * * This program is free software; you can redistribute it and/or -- cgit v1.2.3