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 306025 - Wrong title when \ref refers to external sections
Wrong title when \ref refers to external sections
Status: RESOLVED OBSOLETE
Product: doxygen
Classification: Other
Component: general
1.4.x
Other All
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
[moved_to_github]
Depends on:
Blocks:
 
 
Reported: 2005-05-31 11:13 UTC by Fabrizio Ferrandi
Modified: 2018-07-30 10:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Fabrizio Ferrandi 2005-05-31 11:13:58 UTC
Please describe the problem:
Let us consider a doxygen documentation for a project that includes the 
following lines: 
/*! 
  \mainpage partitioning Subproject 
 
  This subproject is further divided in  
    - Subproject \ref src_codesign_partitioning_graph_partitioning_page  
   
*/ 
 
and an external documentation with the following doxygen lines: 
/*! 
  \mainpage graph_partitioning Subproject 
  \section src_codesign_partitioning_graph_partitioning_page Graph Based 
partitioning 
 
  WIP 
   
*/ 
 
The HTML produced for the first project creates a link 
tosrc_codesign_partitioning_graph_partitioning_page 
instead of Graph Based partitioning. 
The work around is to add the title to the \ref command but I would prefer that 
doxygen computes by itself that title. Moreover by using command \page 
everything works properly 
 
Best Regards, 
 
Fabrizio Ferrandi 
 

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?
yes 

Other information:
Comment 1 André Klapper 2018-07-30 10:28:48 UTC
As discussed in https://github.com/doxygen/doxygen/pull/734 , Doxygen has moved its issue tracking to 

   https://github.com/doxygen/doxygen/issues

All Doxygen tickets in GNOME Bugzilla have been migrated to Github. You can subscribe and participate in the new ticket in Github. You can find the corresponding Github ticket by searching for its Bugzilla ID (number) in Github.

Hence I am closing this GNOME Bugzilla ticket.
Please use the corresponding ticket in Github instead. Thanks a lot!