[Doxygen-users] Doxygen confused between a member method and a local variable which have the same n
Brought to you by:
dimitri
From: ericruan(阮俊鹏) <eri...@fu...> - 2022-08-29 11:04:06
|
Hi, Doxygen version is 1.9.4 I am generating class graphs and called by graphs for QuickFix engine with graphviz. The class graphs seems okay but there is a mistake in called by graph. In onStart method it has a reference to start which should be detected as a reference to the local variable start but doxygen detected it as a reference to a method named start which is a member method to it’s superclass. Is this a bug of doxygen or it’s some setting that can cause it? I paste a snipshot below to show this situation. [cid:image001.png@01D8BBD7.424B8D40] |