GNOME Bugzilla – Bug 456475
Finalizer support for Managed C++
Last modified: 2007-07-27 09:22:47 UTC
> I'm using Doxygen 1.52. to document Managed C++ code for .NET 2.0. It > works ok, but the "Finalizer"-functions does not get detected. It is > declared similiar to a destructor, but instead of '~' the '!' is being > used. Here is a sample class to depict this. > > class CTest > { > public: > CTest (); // constructor > ~CTest (); // destructor > > /////////////////////////// Here now the finalizer > !CTest (); // finalizer > ///// > };
I'll add support for this in the next CVS update.
This bug was marked ASSIGNED and as a result has been moved to the FIXED state with the release of 1.5.3, since I believe the bug has been fixed in this release. I kindly ask you to verify this and reopen the bug should this not be the case.