DoxyTestFails.cpp File Reference


Detailed Description

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

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


Function Documentation

int func_beginning_at_line_12 ( int  my_parameter  ) 

function is reported to begin in line 6 when comments in C++ style are used

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

Definition at line 6 of file DoxyTestFails.cpp.

00013 {

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.

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

Definition at line 12 of file DoxyTestFails.cpp.

00013 {
00014     return 0;
00015 }
00016 


Variable Documentation

int global_var

reference to this variable will be overseen

Definition at line 3 of file DoxyTestFails.cpp.


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