bug: Mysterious DoxyPress aborted message

Discuss how to use DoxyPress
Post Reply
marlowa
Posts: 117
Joined: Sun Oct 25 2015 10:52 am

bug: Mysterious DoxyPress aborted message

Post by marlowa »

My run of doxypress is aborting for no apparant reason. At first I thought it was due to a large number of warnings, perhaps passing some threshold. But then I turned warnings off and still got the error. When quiet it turned on it is extremely quiet - it sits there for a while and then simply says ** DoxyPress Aborted. I turned off quiet mode, hoping it would shed some light, but it didn't give much. Here's the end of the log:

Searching for member function documentation
Building page list
Search for main page
Computing page relations
Determining the scope of groups
Freeing entry tree
Determining which enums are documented
Computing member relations
Building full member lists recursively
Adding members to member groups

** DoxyPress Aborted

If only the Aborted message was preceeded by the reason...
barbara
Posts: 446
Joined: Sat Apr 04 2015 2:32 am
Contact:

Re: bug: Mysterious DoxyPress aborted message

Post by barbara »

Thank you for submitting your issue.

Can you submit a test case for us to review? Feel free to zip / tar a file and email to barbara@copperspice.com

Thanks
marlowa
Posts: 117
Joined: Sun Oct 25 2015 10:52 am

Re: bug: Mysterious DoxyPress aborted message

Post by marlowa »

barbara wrote:Thank you for submitting your issue.
Can you submit a test case for us to review? Feel free to zip / tar a file and email to barbara@copperspice.com
Thanks
Yes, at long last, I can. Here it is:

Code: Select all

/**
* my test class.
*/
class Myclass
{
public:
/** @name Constructors
 *  Type safe and safer than exposing a var arg constructor.
 */
/* @{ */
  Myclass();
  Myclass(long);
  Myclass(long, long);
/* @} */
};
It makes no difference if the grouping directives are done using C block comments or C++ '//' comments.
marlowa
Posts: 117
Joined: Sun Oct 25 2015 10:52 am

fight the spammers

Post by marlowa »

can we please blacklist this drozd spammer? Perhaps we need to put some sort of anti-spam feature in place on these forums.
marlowa
Posts: 117
Joined: Sun Oct 25 2015 10:52 am

Re: bug: Mysterious DoxyPress aborted message

Post by marlowa »

marlowa wrote:
barbara wrote:Thank you for submitting your issue.
Can you submit a test case for us to review? Feel free to zip / tar a file and email to barbara@copperspice.com
Thanks
Yes, at long last, I can. Here it is:
[snip]
With release candidate 3 I am pleased to report that this problem has gone away and so have a few others which also caused crashes. The legacy code base I am using to test with now gets through doxypress completely. :-)
ansel
Posts: 152
Joined: Fri Apr 10 2015 8:23 am

Re: bug: Mysterious DoxyPress aborted message

Post by ansel »

marlowa wrote: With release candidate 3 I am pleased to report that this problem has gone away and so have a few others which also caused crashes. The legacy code base I am using to test with now gets through doxypress completely. :-)
That is wonderful news! Thank you so much for your diligent testing. We are very excited about our upcoming public release we anticipate by the end of January. New documentation will be up within the week.

Thanks again for all your help.
Ansel Sermersheim
CopperSpice Cofounder
Post Reply