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 604948 - Product version is not centered in html ouput on the main page
Product version is not centered in html ouput on the main page
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.6.1
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
: 594420 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-12-18 19:25 UTC by matt3011
Modified: 2010-01-27 18:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description matt3011 2009-12-18 19:25:06 UTC
The product version (corresponding to PROJECT_NUMBER) is not centered below the product name in version 1.6.1.
It was on 1.5.6 on windows, is on 1.5.8 on linux.

The align="center" in the <h3> tag used for this is not present anymore.
Comment 1 Dimitri van Heesch 2009-12-19 13:17:52 UTC
Confirmed. Should be fixed in the next subversion update.
Comment 2 Dimitri van Heesch 2009-12-30 13:38:38 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.6.2. Please verify if this is indeed the case and reopen the
bug if you think it is not fixed (include any additional information that you
think can be relevant).
Comment 3 Kriz 2010-01-19 01:21:49 UTC
*** Bug 594420 has been marked as a duplicate of this bug. ***
Comment 4 Jon 2010-01-27 18:04:33 UTC
Apparently not fixed in 1.6.2. "0.0.0.0" is centered in 1.5.8, not in 1.6.2

Produced: 1/27/2010 12:54:04 PM

Mode:  Differences with Context

Left file: C:\Projects\LitFw\lit\branches\SCR83\base\doc_litv1.6.2\html\index.html
Right file: C:\Projects\LitFw\lit\branches\SCR83\base\doc_lit1.5.8\html\index.html
L31 <h1>Firmware Specification </h1><h3 class="version">0.0.0.0 </h3><div align="center">
R31 <h1>Firmware Specification</h1>
    <p>
    <h3 align="center">0.0.0.0 </h3><div align="center">
------------------------------------------------------------------------
------------------------------------------------------------------------
Comment 5 Dimitri van Heesch 2010-01-27 18:32:44 UTC
Are you using a custom stylesheet (doxygen.css)?

The standard provides <h3> with the following markup:

h3.version {
        font-size: 90%;
        text-align: center;
}

and as a result will center the version string.
Comment 6 Jon 2010-01-27 18:50:03 UTC
Works after extracting 1.6.2 template style sheet and replacing the projects exiting 1.5.8 style sheet. We use a custom header/footer.