bjori Sat Aug 18 22:49:00 2007 UTC
Modified files:
/phd/themes/php phpdotnet.php
Log:
Suppress the titleabbrev tag
http://cvs.php.net/viewvc.cgi/phd/themes/php/phpdotnet.php?r1=1.6&r2=1.7&diff_format=u
Index: phd/themes/php/phpdotnet.php
diff -u phd/themes/php/phpdotnet.php:1.6 phd/themes/php/phpdotnet.php:1.7
--- phd/themes/php/phpdotnet.php:1.6 Sat Aug 18 18:53:46 2007
+++ phd/themes/php/phpdotnet.php Sat Aug 18 22:49:00 2007
@@ -1,11 +1,12 @@
<?php
-/* $Id: phpdotnet.php,v 1.6 2007/08/18 18:53:46 bjori Exp $ */
+/* $Id: phpdotnet.php,v 1.7 2007/08/18 22:49:00 bjori Exp $ */
class phpdotnet extends PhDHelper {
protected $elementmap = array(
'function' => 'format_suppressed_tags',
'link' => 'format_link',
'refpurpose' => 'format_refpurpose',
+ 'titleabbrev' => 'format_suppressed_tags',
'type' => array(
/* DEFAULT */ 'format_suppressed_tags',
'methodparam' => false,
@@ -59,6 +60,7 @@
'methodsynopsis' => false,
),
'refname' => 'format_refname_text',
+ 'titleabbrev' => 'format_suppressed_tags',
);
private $versions = array();
protected $chunked = true;