Problem Description

Summary: 'Referenced by' and 'References' section misses items

Doxygen Version: 1.4.5
Operating System: Windows XP Professional with Service Pack 2
Other Programs:
	ActivePerl Version 5.8.7 Build 813
	Graphviz   Version 2.6
	HTML Help  Version 1.3 (4.74.8702.0)

Look at the documentation generated for NSXApp::OnIdle().
Doxygen stops generating information after it parses pgMotion->bInit().
Notice that ONIDLE_LIGHT and ToolMatching::init() are not listed in the 'References" section.
As a result of this, the documentation generated for the ToolMatching::init()
method is also missing a 'Referenced by' section.

Test 1:

Replace '_atEvent.isOK()' with 'true', and rerun.
In this case OnIdle gets fully parsed, and ToolMatching::init() documentation
is correctly generated to have a 'Referenced by NSXApp::OnIdle()' section.

Test 2:

Replace 'pgMotion->bInit()' with 'true', and rerun.
In this case as well, OnIdle gets fully parsed, and ToolMatching::init() documentation
is correctly generated to have a 'Referenced by NSXApp::OnIdle()' section.


