default.php 256 B

12345678910
  1. <?php
  2. /*
  3. * Comment Syntax plugin for DokuWiki
  4. * @author Satoshi Sahara <sahara.satoshi@gmail.com>
  5. */
  6. $conf['toolbar_button'] = 0; // default off
  7. $conf['use_cstyle_nest'] = 0;
  8. $conf['use_oneline_style'] = 0;
  9. $conf['log_invalid_macro'] = 0;