Share

DOC++

Tracker: Bugs

5 { char causes doc++ to stop scanning. - ID: 553040
Last Update: Comment added ( bput )

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.


Bert Put ( bput ) - 2002-05-06 21:53

5

Closed

Fixed

Nobody/Anonymous

None

None

Public


Comment ( 1 )




Date: 2002-10-25 00:53
Sender: bput

Logged In: YES
user_id=122099

Stopped using doc++ and now using doxygen instead.


Log in to comment.

Attached File

No Files Currently Attached

Changes ( 3 )

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