Definition in file DoxyTestFails.cpp.
Go to the source code of this file.
Functions | |
int | func_beginning_at_line_12 (int my_parameter) |
function is reported to begin in line 6 when comments in C++ style are used | |
int | func_beginning_at_line_21 (int my_parameter) |
function is reported to begin in line 12 when comments in C++ style are used, so the wrong function code will be referenced. It looks like C++ style comment lines were not counted. | |
Variables | |
int | global_var |
reference to this variable will be overseen |
int func_beginning_at_line_12 | ( | int | my_parameter | ) |
function is reported to begin in line 6 when comments in C++ style are used
my_parameter | dummy to produce some docu noise |
Definition at line 6 of file DoxyTestFails.cpp.
int func_beginning_at_line_21 | ( | int | my_parameter | ) |
function is reported to begin in line 12 when comments in C++ style are used, so the wrong function code will be referenced. It looks like C++ style comment lines were not counted.
my_parameter | dummy to produce some docu noise |
Definition at line 12 of file DoxyTestFails.cpp.
int global_var |