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.