After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 635198 - C++/CLI Finalizers cause a Doxygen build error
C++/CLI Finalizers cause a Doxygen build error
Status: VERIFIED FIXED
Product: doxygen
Classification: Other
Component: build
1.7.1
Other Windows
: Normal major
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2010-11-18 17:43 UTC by Brian D Szuter
Modified: 2013-11-15 15:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Includes buildable solution (VS2008), and doxygen configuration file (37.29 KB, application/zip)
2010-11-18 17:43 UTC, Brian D Szuter
Details

Description Brian D Szuter 2010-11-18 17:43:31 UTC
Created attachment 174784 [details]
Includes buildable solution (VS2008), and doxygen configuration file

Bug 456475 is appearing again as of Doxygen 1.7.1

Header file:	
	private ref class TestClass
	{
	public:
		// Contructor
		TestClass(int view);
		// Destructor
		virtual ~TestClass();
		// Finalizer
		!TestClass();

	};
Implementation File:
        TestClass::TestClass(int view)		
	{
	}

	TestClass::~TestClass()
	{
	}

	TestClass::!TestClass()
	{
	}

Running Doxygen results in this output:
warning: no matching class member found for
  Logix5000::UDTEditor::TestClass::TestClass()
Possible candidates:
  Logix5000::UDTEditor::TestClass::TestClass(int view)

A more detailed example (including a buildable solution (VS2008), and doxygen configuration file) is attached.
Comment 1 Dimitri van Heesch 2010-11-23 18:09:59 UTC
Confirmed. Should be fixed in the last subversion update.
Comment 2 Dimitri van Heesch 2011-01-03 19:01:09 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.7.3. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information
that you think can be relevant.
Comment 3 Brian D Szuter 2013-11-15 15:37:46 UTC
Verified in v1.8.5