6

This is a basically duplication of this question. However, I'm looking for the same answer that will work in C/C++ - some easy way to add comments to the functions with descriptions of all of the parameters. It was really easy to do in SLickEdit - just press Ctrl+SHift+D. All the answers and methods for the aforementioned question were for Java.

Thank you.

Community
  • 1
  • 1
ilya1725
  • 4,496
  • 7
  • 43
  • 68

1 Answers1

9

Try Doxygen.

You can set it up as follows:

Window->Preferences->C/C++ ->Editor->"Documentation tool"

Here are more details:

A doxygen eclipse plugIn automatically generating stub documentation?

Community
  • 1
  • 1
paulsm4
  • 114,292
  • 17
  • 138
  • 190