From: Reinhard Pfau Date: Fri, 11 Apr 2008 09:09:58 +0000 (+0000) Subject: libi2ncommon: (reinhard) enabled "@copyright" und "@license" for doxygen X-Git-Tag: v2.6~176 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=653e50f831dd471063653f7d927d3b35087960b1;p=libi2ncommon libi2ncommon: (reinhard) enabled "@copyright" und "@license" for doxygen --- diff --git a/Doxyfile.in b/Doxyfile.in index 74033d6..324a024 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -188,6 +188,9 @@ TAB_SIZE = 8 ALIASES = +ALIASES += copyright="\par Copyright\n" +ALIASES += license="\par License\n" + # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C # sources only. Doxygen will then generate output that is more tailored for C. # For instance, some of the names that are used will be different. The list