DoxyTestOk.cpp File Reference


Detailed Description

file to demonstrate bug in doxygen.
Author:
Ulrich Goetzke
Date:
2007-10-22

Definition in file DoxyTestOk.cpp.

Go to the source code of this file.

Functions

int func_beginning_at_line_12 (int my_parameter)
 function is reported correctly when comments in Javadoc style are used
int func_beginning_at_line_21 (int my_parameter)
 function and reference are reported correctly when comments in Javadoc style are used

Variables

int global_var


Function Documentation

int func_beginning_at_line_12 ( int  my_parameter  ) 

function is reported correctly when comments in Javadoc style are used

Parameters:
my_parameter dummy to produce some docu noise
Returns:
always 0

Definition at line 12 of file DoxyTestOk.cpp.

00013 {
00014     return 0;
00015 }

int func_beginning_at_line_21 ( int  my_parameter  ) 

function and reference are reported correctly when comments in Javadoc style are used

Parameters:
my_parameter dummy to produce some docu noise
Returns:
always 0

Definition at line 21 of file DoxyTestOk.cpp.

References global_var.

00022 {
00023     global_var = 99; // this reference is reported correctly with comments in javadoc style
00024     return 0;
00025 }


Variable Documentation

int global_var

Definition at line 6 of file DoxyTestOk.cpp.

Referenced by func_beginning_at_line_21().


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