GNOME Bugzilla – Bug 697233
JAVADOC_AUTOBRIEF causes @copyright to be placed in brief
Last modified: 2013-05-19 12:36:03 UTC
I have the following at the very top of a .H file: /// @file /// @copyright /// Copyright © 2013, My Company Inc. All rights reserved. /// My Company proprietary/confidential. Use is subject to license terms. I have JAVADOC_AUTOBRIEF set to YES (enabled). The HTML output for this file shows the copyright inside the brief, and only everything up to the first period is shown (that is, up to "Inc."). When I turn off JAVADOC_AUTOBRIEF, this displays as it should: in the detail section, and the whole copyright is shown.
Confirmed. Should be fixed in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.4. 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.