DoxyTestOk.cpp

Go to the documentation of this file.
00001 
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 reported correctly with comments in javadoc style
00024     return 0;
00025 }

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