Hi,
is there any way to configure the phpDoc-Output, e.g. output-format, including/excluding files/directories?
Now to my second question:
using the html-tidy feature will append these lines to all script-loaded files:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<meta name="generator" content=
"HTML Tidy for Windows (vers 14 February 2006), see www.w3.org">
<title></title>
</head>
<body>
</body>
</html>
|
Well, it's very stupid und angry to see the lines in php-files.
Is it possible to configure this feature?
Thx for reading.