00001 00002 00003 00004 00005 00006 int global_var; 00007 00012 int func_beginning_at_line_12( int my_parameter) 00013 { 00014 return 0; 00015 } 00016 00021 int func_beginning_at_line_21( int my_parameter) 00022 { 00023 global_var = 99; // this reference is overseen by doxygen 1.53 when comments are in C++ style because the line counting fails 00024 return 0; 00025 } 00026