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 697233 - JAVADOC_AUTOBRIEF causes @copyright to be placed in brief
JAVADOC_AUTOBRIEF causes @copyright to be placed in brief
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: build
1.8.3.1
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2013-04-03 23:30 UTC by Robert
Modified: 2013-05-19 12:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Robert 2013-04-03 23:30:13 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.
Comment 1 Dimitri van Heesch 2013-04-04 18:20:10 UTC
Confirmed. Should be fixed in the next subversion update.
Comment 2 Dimitri van Heesch 2013-05-19 12:36:03 UTC
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.