Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 326226

Summary: Generating phpDoc block for classes (ctrl+shift+j) doesn't work when Page-Level DocBlock exists
Product: z_Archived Reporter: Silver Zachara <silver.zachara>
Component: PDTAssignee: PHP UI <php.ui-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Silver Zachara CLA 2010-09-25 06:46:09 EDT
Hi,

@<?php
/**
 * Template for frontend.
 *
 * @version $Id: sutaz.tpl.php 453 2010-09-16 03:05:32Z Silver Zachara $
 * @copyright Copyright © 2008
 * @todo z style_front.css odstráni? pagecontent0, nepou?íva sa sNop
 */

class foo <- ctrl+shift+j
{

  /**
   * Enter description here ...
   * @var unknown_type
   */
  private $_tmp = array();

  function __construct()
  {
    ;
  }
}@ 

but when I delete Page-Level DocBlock, so ctrl+shift+j for class works as excepted.