notes.txt 260 B

1234567
  1. To quickly turn a configuration file into a template search/replace the file
  2. with the following regular expressions in notepad++:
  3. Search: ^#define\s([\w()]+)( +)([\S].*)$
  4. Replace with: #define \1\2${doc.\1!"\3"}
  5. Minor further edits are often required.