[Bug 219022] devel/doxygen: 1.8.13 regression? - segmentation fault

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue May 2 22:18:52 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219022

--- Comment #3 from John Hein <z7dr6ut7gs at snkmail.com> ---
Even simpler:

% cat doxyfile
GENERATE_XML=YES
INPUT=.
% cat x.hh
/** docs go here */
class A
{
    friend class B;
};
% /usr/local/bin/doxygen doxyfile
 .
 .
Generating example index...
finalizing index lists...
writing tag file...
Generating XML output...
Generating XML output for class A
Segmentation fault (core dumped)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list