Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 326226 - Generating phpDoc block for classes (ctrl+shift+j) doesn't work when Page-Level DocBlock exists
Summary: Generating phpDoc block for classes (ctrl+shift+j) doesn't work when Page-Lev...
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PHP UI CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-25 06:46 EDT by Silver Zachara CLA
Modified: 2020-05-14 10:16 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.