Here is a snippet of code that demonstrates the problem:
/**
* Prints Hello World string.
*
* @return status
* @param none
*/
int main(void)
{
printf("Hello { World!\n");
}
/**
* Additional function for testing bug on doc++.
*
*/
void func2(void)
{
printf("this is a test\n");
}
If you take out the { character from the printf in main(), all C functions
are documented. But if you leave it
in there, doc++ will not document any functions after the { character.
Nobody/Anonymous
None
None
Public
|
Date: 2002-10-25 00:53 Logged In: YES |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2002-10-25 00:53 | bput |
| resolution_id | None | 2002-10-25 00:53 | bput |
| close_date | - | 2002-10-25 00:53 | bput |
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use