/docs/header.m4
m4 | 18 lines | 13 code | 5 blank | 0 comment | 0 complexity | ab8963a76bad5e9793f97fe7cd9530ca MD5 | raw file
Possible License(s): LGPL-2.0
1dnl The Cupcake GUI Library Manual Pages 2dnl (c) Kristian Klomsten Skordal 2012 <kristian.skordal@gmail.com> 3dnl Report bugs and issues on <http://github.com/skordal/cupcake/issues> 4 5dnl Creates the NAME and USAGE sections for the specified package. 6dnl The arguments to this macro is as follows: 7dnl $1 => Package name, e.g. Cupcake.Windows 8dnl $2 => A single-line description of the package 9define(PACKAGE, ` 10=head1 NAME 11 12$1 - $2 13 14=head1 USAGE 15 16 with $1; 17') 18