User forums > Using Code::Blocks
Empty Dogygen Document
newcoder007:
When I click on DoxyBlocks -> Extract documentation then I get an folder with dogygen/html/index.html.
But the index.html is empty. there is no description of method, parameter or return value.
Why is this so?
That's the code:
/**
@brief test
@param x test
@param y test
@return test
*/
int add(int x, int y){
return x+y;
}
Miguel Gimenez:
Did you put something like this at the beginning of the file?
--- Code: ---/**
* @file
* @brief Empty user application template
*/
--- End code ---
newcoder007:
No, I didn't.
Should I?
Miguel Gimenez:
Yes
oBFusCATed:
Are you sure? Posting links to doxygen documentation explaining why this is required might be more convincing :)
Navigation
[0] Message Index
[#] Next page
Go to full version