Author: esr
Date: Thu Apr 12 18:59:30 2007
New Revision: 16787

URL: http://svn.gna.org/viewcvs/wesnoth?rev=16787&view=rev
Log:
Note the existence of implicit references through attack=.

Modified:
    trunk/data/tools/macroscope

Modified: trunk/data/tools/macroscope
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/tools/macroscope?rev=16787&r1=16786&r2=16787&view=diff
==============================================================================
--- trunk/data/tools/macroscope (original)
+++ trunk/data/tools/macroscope Thu Apr 12 18:59:30 2007
@@ -27,9 +27,14 @@
 # statically matching the pattern as having been referenced even
 # though none of the actual macro calls would actually generate it.
 #
+# (4) There are some implicit references.  Notably, if an attack name
+# is specified but no icon is given, the attack icon will default to
+# a name generated from the attack name,
+#
 # Problems (1) and (2) imply that this tool might conceivably report
 # that a reference has been satisfied when under actual
-# WML-interpreter rules it has not.  The reverse will not occur.
+# WML-interpreter rules it has not.  Problem (4) means the reverse
+# can also occur.
 #
 # The reporting format is compatible with GNU Emacs compile mode.
 


_______________________________________________
Wesnoth-commits mailing list
[EMAIL PROTECTED]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to