This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 219102 - apigen 生成文档问题
Summary: apigen 生成文档问题
Status: RESOLVED INVALID
Alias: None
Product: php
Classification: Unclassified
Component: ApiGen (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-27 06:48 UTC by kitt2000
Modified: 2012-10-01 08:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (52.71 KB, text/plain)
2012-09-27 06:48 UTC, kitt2000
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kitt2000 2012-09-27 06:48:00 UTC
Product Version = NetBeans IDE 7.2 (Build 201207171143)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_07
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.3-b01

当我用apiGen生成文档,在配置的访问级别中选中源代码选项后,在输出窗口,会提示内存不足。不知道在哪里设置。输出内容如下:

'ApiGen' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
'Copyright' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
'Copyright' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
'M' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
ApiGen 2.8.0
------------
Scanning E:\www\lmd
Found 33 errors

1. There was an error processing the file E:\www\lmd\admin\category.php.
2. There was an error processing the file E:\www\lmd\admin\goods_auto.php.
3. There was an error processing the file E:\www\lmd\admin\group_buy.php.
4. There was an error processing the file E:\www\lmd\admin\includes\lib_goods.php.
5. There was an error processing the file E:\www\lmd\admin\order_process.php.
6. There was an error processing the file E:\www\lmd\admin\order_tab.php.
7. There was an error processing the file E:\www\lmd\admin\role.php.
8. There was an error processing the file E:\www\lmd\admin\sale_list.php.
9. There was an error processing the file E:\www\lmd\admin\topic.php.
10. There was an error processing the file E:\www\lmd\admin\user_detail.php.
11. There was an error processing the file E:\www\lmd\admin\user_msg.php.
12. There was an error processing the file E:\www\lmd\api\cron.php.
13. There was an error processing the file E:\www\lmd\auction.php.
14. There was an error processing the file E:\www\lmd\category.php.
15. There was an error processing the file E:\www\lmd\exchange.php.
16. There was an error processing the file E:\www\lmd\flow.php.
17. There was an error processing the file E:\www\lmd\goods.php.
18. There was an error processing the file E:\www\lmd\group_buy.php.
19. There was an error processing the file E:\www\lmd\includes\fckeditor\editor\filemanager\connectors\php\basexml.php.
20. There was an error processing the file E:\www\lmd\includes\fckeditor\editor\filemanager\connectors\php\upload.php.
21. There was an error processing the file E:\www\lmd\includes\fckeditor\editor\filemanager\connectors\php\upload_more.php.
22. There was an error processing the file E:\www\lmd\includes\fckeditor\editor\filemanager\connectors\php\_more.php.
23. There was an error processing the file E:\www\lmd\includes\fckeditor\fckeditor_php5.php.
24. There was an error processing the file E:\www\lmd\includes\lib.debug.php.
25. There was an error processing the file E:\www\lmd\includes\lib_clips.php.
26. There was an error processing the file E:\www\lmd\includes\lib_main.php.
27. There was an error processing the file E:\www\lmd\includes\lib_order.php.
28. There was an error processing the file E:\www\lmd\includes\shopex_json.php.
29. There was an error processing the file E:\www\lmd\mobile\article.php.
30. There was an error processing the file E:\www\lmd\mobile\order.php.
31. There was an error processing the file E:\www\lmd\search.php.
32. There was an error processing the file E:\www\lmd\wap\includes\lib_main.php.
33. There was an error processing the file E:\www\lmd\wholesale.php.

Enable the debug mode (--debug) to see more details.

Found 64 classes, 0 constants, 720 functions and other 0 used PHP internal classes
Documentation for 64 classes, 0 constants, 720 functions and other 0 used PHP internal classes will be generated
Using template config file C:\php\pear\data\ApiGen\templates\default\config.neon
Wiping out destination directory
Generating to directory E:\www\api\lmdsc

Used 91% of the current memory limit, please increase the limit to generate the whole documentation.
Comment 1 kitt2000 2012-09-27 06:48:42 UTC
Created attachment 124995 [details]
IDE log
Comment 2 Marian Mirilovic 2012-09-29 08:08:25 UTC
Report bugs in an English please !
Comment 3 kitt2000 2012-09-29 08:18:13 UTC
i create api documentation with apiGen,and select the source in project config.the system output:
Used 91% of the current memory limit, please increase the limit to generate the
whole documentation.
Where to set the memory size limit?
Comment 4 Tomas Mysik 2012-10-01 08:31:26 UTC
(In reply to comment #3)
> Where to set the memory size limit?

In your php.ini file, it has nothing to do with NetBeans.