Is there a way I can automatically generate the function headers for a function in eclipse cdt ? I have seen related posts which ask to use Alt + Shift + J or type /**
before function header and press Enter. However i am wondering if it is possible to get a predefined function header. I tried to define my format in
C/C++ > Code style > Code templates > Comments > Methods
but could not find a way to use it in code.