我只是想知道哪种格式是我必须在函数中编写注释以便在用鼠标悬停在函数上时显示的格式。
就像是
void myfunct(int a; char b, float c);
This function just messes with the variables with no objective
but to show people from stack overflow what I mean.
Inputs-> a: does nothing
b: neither this one
c: nope
所以当我在一个大项目中使用这些函数时,我不需要去寻找那个特定的函数是什么或者那个变量的含义是什么。