重新绑定 Emacs 中的键以更改源代码中的注释样式

发布于 2024-12-23 09:16:49 字数 356 浏览 0 评论 0原文

我正在尝试使用 Doxygen 记录代码的某些部分。我想使用 javadoc 注释风格即

 /**
  *  My Documentation goes here
  */

现在在 Emacs 中,我可以通过选择某个文本块并按 Meta+; 来注释掉该文本块。通过在所有选定的行前面放置 // 来注释掉这些行。

由于大多数时候我会在代码中编写注释,并使用 Doxygen 进行记录,因此我想重新绑定 Meta+; 为我提供 javadoc 风格的注释。

我该怎么做?

I am trying to document certain sections of my code using Doxygen. I want to use the javadoc
style of comments viz

 /**
  *  My Documentation goes here
  */

Now in Emacs I can comment out a certain block of text by selecting it and by pressing Meta+;. This comments out the lines by placing a // in front of all the lines selected.

Since most of the time I will be writing comments in my code which will be documented using Doxygen, I want to rebind the Meta+; to give me a javadoc style of comments.

How do I do that?

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

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

发布评论

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

评论(2

彼岸花ソ最美的依靠 2024-12-30 09:16:49

使用 doxymacs。您必须根据自己的喜好重新绑定键,但它附带的绑定非常好。

Use doxymacs. You'll have to rebind keys to your taste, but the bindings it comes with are pretty good.

荒路情人 2024-12-30 09:16:49

代码不是文档。您不想仅将 javadoc 样式注释用于文档吗?

听起来您实际上想要一个片段/骨架系统来插入您可以充实的 java-doc 模板。如果是这样,我推荐 yasnippet

Code is not documentation. Wouldn't you want to use javadoc style comments only for documentation?

It sounds like you actually want a snippet/skeleton system to insert a java-doc template that you can flesh out. If so I recommend yasnippet.

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