Fixed comment for premake.filename. Fixes #134

This commit is contained in:
Sam Surtees 2015-08-26 00:56:48 +10:00
parent 31cc1dadec
commit 0026eac920

View File

@ -184,9 +184,6 @@
-- The project object being generated.
-- @param ext
-- An optional extension for the generated file, with the leading dot.
-- @param callback
-- The function responsible for writing the file; will receive the
-- project object as its only argument.
---
function premake.filename(obj, ext)