From 9ec605cac066c8cb72a76515afc88e1f871c4a63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Wed, 25 Aug 2004 15:26:18 +0000 Subject: [PATCH] new file header --- mrw/doxyfile.in | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/mrw/doxyfile.in b/mrw/doxyfile.in index c462fd9..cc430d8 100644 --- a/mrw/doxyfile.in +++ b/mrw/doxyfile.in @@ -1,3 +1,18 @@ +## @file +## +## $Id$ +## +## $Date$ +## $Author$ +## +## @copy © Marc Wäckerlin +## @license LGPL, see file COPYING +## +## $Log$ +## Revision 1.6 2004/08/25 15:26:18 marc +## new file header +## + # Doxyfile 1.3.2 # This file describes the settings to be used by the documentation system @@ -262,7 +277,8 @@ GENERATE_DEPRECATEDLIST= YES # will result in a user-defined paragraph with heading "Side Effects:". # You can put \n's in the value part of an alias to insert newlines. -ALIASES = +ALIASES = "copy=\par Copyright\n" \ + "license=\par License\n" # The ENABLED_SECTIONS tag can be used to enable conditional # documentation sections, marked by \if sectionname ... \endif.