Changes between Version 80 and Version 81 of VincentFAQ


Ignore:
Timestamp:
Aug 23, 2006, 12:25:38 PM (19 years ago)
Author:
garonne
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VincentFAQ

    v80 v81  
    283283
    284284
     285=== Should I be able to create a conditional apply_pattern using a macro? ===
     286
     287This is an exemple that you could inspire you tu put within your requirements file :
     288
     289{{{
     290--------------------------------------------------------
     291pattern my_pattern my_arguments
     292
     293macro do_my_pattern "my_pattern" \
     294    dont_do    ""
     295
     296apply_pattern $(do_my_pattern)
     297--------------------------------------------------------
     298}}}
     299
     300
     301
    285302== developers FAQ ==
    286303