lw-build-system/scripts/build.docs.doxygen/instantiate
Laurence Withers 0e9f48ff2d Big copyright update
Uses new-style copyright notices and improves consistency a bit. Removes the
old KATE_MODELINE stuff.
2010-11-25 15:32:52 +00:00

10 lines
169 B
Bash

if [ $# -ne 0 ]
then
print_failure "Too many arguments. None required for this module."
exit 1
fi
do_parameter_subst
true
# vim: syntax=sh:expandtab:ts=4:sw=4