如何在 Eclipse 中记录 C 代码(intellisense/javadoc,如工具提示)

发布于 2024-07-14 15:11:56 字数 144 浏览 6 评论 0原文

是否可以在 Eclipse(3.4 w/ CDT)中以自动生成和显示 JavaDoc/Intellisense 之类文档的方式记录 C 代码?

例如,在输入函数名称后跟“(”时,您会得到第一个参数,并带有解释该参数含义的工具提示?

谢谢。

Is it possible to document C code in Eclipse (3.4 w/ CDT) in such a way that JavaDoc/Intellisense like documentation is auto generated and displayed?

E.g. On typing a function name followed by a '(' you get the first param with a tooltip explaining the meaning of that parameter?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

尸血腥色 2024-07-21 15:11:56

据我所知:没有(使用CDT5.0.2)。

您现在拥有的最好的就是他们所说的:内容辅助

替代文本 http://help.eclipse.org/ganymede/topic/org.eclipse.cdt.doc.user/images/contentAssist_example.png

To my knowledge: No (With CDT5.0.2).

The best you have right now is what they are calling: content assist

alt text http://help.eclipse.org/ganymede/topic/org.eclipse.cdt.doc.user/images/contentAssist_example.png

撕心裂肺的伤痛 2024-07-21 15:11:56

您可以查看此项目: http://gna.org/projects/eclox

Eclox 是一个简单的 doxygen 前端Eclipse 的插件。 它的目的是提供一个将代码文档流程精简而流畅地集成到 Eclipse 中的方法。

功能概述

* Graphical edition of doxyfile settings,
* integrated doxygen invokation,
* doxygen outputs logging and
* optional packaged doxygen binaries (for windows and linux).

注册日期:欧洲中部时间 2004 年 2 月 2 日星期一 09:31
许可证:GNU 通用公共许可证 V2 或更高版本

问候

You can view this project: http://gna.org/projects/eclox

Eclox is a simple doxygen frontend plug-in for eclipse. It aims to provide a slim and sleek integration of the code documentation process into eclipse.

Features Overview

* Graphical edition of doxyfile settings,
* integrated doxygen invokation,
* doxygen outputs logging and
* optional packaged doxygen binaries (for windows and linux).

Registration Date: Monday 02/02/2004 at 09:31 CET
License: GNU General Public License V2 or later

Regards

谁与争疯 2024-07-21 15:11:56

仅供参考,我已经开始使用 Doxygen 来记录我的代码。 这允许使用我真正想要的 JavaDoc 语法进行记录,然后 Doxygen 解析源代码以形成各种运行良好的输出格式(html/xml/chm 等)。

FYI, I have started to use Doxygen to document my code. This allows documenting in a JavaDoc syntax which I really wanted, and Doxygen then parses the source to form various output formats (html/xml/chm etc..) which is working well.

◇流星雨 2024-07-21 15:11:56

Linux Tools 项目开始开发这样的帮助工具。 目前它将为 Linux 系统库提供帮助,但也计划将其扩展到例如 doxygen 生成的帮助。

演示请参见:
http://www.eclipse.org /downloads/download.php?file=/technology/linuxtools/videos/libhoverdemo.ogg

The Linux Tools project started working on such a help facility. Currently it will provide help for Linux system libraries, but there are plans to extend this to e.g. doxygen generated help, too.

For a demo see:
http://www.eclipse.org/downloads/download.php?file=/technology/linuxtools/videos/libhoverdemo.ogg

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文