didou           Mon Mar 29 06:19:17 2004 EDT

  Modified files:              
    /livedocs   livedoc.php 
  Log:
  add aliases for smarty
  
http://cvs.php.net/diff.php/livedocs/livedoc.php?r1=1.86&r2=1.87&ty=u
Index: livedocs/livedoc.php
diff -u livedocs/livedoc.php:1.86 livedocs/livedoc.php:1.87
--- livedocs/livedoc.php:1.86   Sun Mar 21 14:12:06 2004
+++ livedocs/livedoc.php        Mon Mar 29 06:19:15 2004
@@ -18,7 +18,7 @@
 // | Generate an HTML version of a phpdoc/docbook page on the fly         |
 // +----------------------------------------------------------------------+
 //
-// $Id: livedoc.php,v 1.86 2004/03/21 19:12:06 nlopess Exp $
+// $Id: livedoc.php,v 1.87 2004/03/29 11:19:15 didou Exp $
 
 define('LIVEDOC_SOURCE', dirname(__FILE__));
 include LIVEDOC_SOURCE . '/common.php';
@@ -45,6 +45,10 @@
  * Please keep the arrays sorted by keys
  */
 $aliases = array(
+       // For Smarty
+       'smarty.for.programmers' => 'smarty.constants',
+       'smarty.for.designers' => 'language.basic.syntax',
+       // For PHPdoc
        'api'             => 'streams',
        'appendixes'      => 'handle_appendixes_funcref',
        'faq'             => 'faq.general',

Reply via email to