DoxyTestFails.cpp

Go to the documentation of this file.
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 

Generated on Mon Oct 22 16:39:56 2007 for DoxyTest by  doxygen 1.5.3