changeset 233:df89e7aa3ce8 feature_20

Ensure some rather essential parameters get included (after file safety check)!
author Chris Cannam
date Thu, 17 Feb 2011 19:46:11 +0000
parents 3c084a25d8ab
children 497c5985af72 02c2efb96216
files extra/soundsoftware/doxysafe.pl
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/extra/soundsoftware/doxysafe.pl	Thu Feb 17 17:46:14 2011 +0000
+++ b/extra/soundsoftware/doxysafe.pl	Thu Feb 17 19:46:11 2011 +0000
@@ -32,7 +32,17 @@
     DOT_TRANSPARENT => "YES",
 );
 
+# These are the keys that are safe to take from the output and include
+# in the output; they may still need to be checked for safe values (if
+# file paths).
 my @safe = qw(
+INPUT
+FILE_PATTERNS
+EXAMPLE_PATH
+EXAMPLE_PATTERNS
+IMAGE_PATH
+INCLUDE_PATH           
+INCLUDE_FILE_PATTERNS
 DOXYFILE_ENCODING      
 PROJECT_NAME           
 PROJECT_NUMBER