cakemate / branches / master / config / editor.php

history
<?php
/**
 * Config file for editor shell
 *
 * This file overrides the default settings, possible options of interest:
 *
 * templatePath - the absolute path to the view folder where your documentation templates are. Defaults to the views
 * 	folder in the plugin itself
 * templateFolder - The view folder to use, will auto detect unless overriden, available default options are:
 * 	'default' (svn headers included),
 * 	'git' (no svn headers)
 * 	'cake' (Headers for the cake core)
 * nl - The new line character "\n". Change if appropriate
 * name - Your name as it should appear in Class file headers. Defaults to 'YourNameOrCompany'
 * website - Your website as it should appear in Class file headers. Defaults to 'www.yoursite.com'
 *
 * You can also add any othe variables you want to be able to use in your doc block headers, or even embed logic in
 * this file (not recommended, bug if you want to $this is the EditorShell Instance)
 *
 * PHP version 5
 *
 * Copyright (c) 2009, Andy Dawson
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright (c) 2009, Andy Dawson
 * @link          www.ad7six.com
 * @package       cakemate
 * @subpackage    cakemate.config
 * @since         v 1.0 (13-Feb-2009)
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */
$config = array(
);