Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong title when \ref refers to external sections (Origin: bugzilla #306025) #1662

Closed
doxygen opened this issue Jul 1, 2018 · 1 comment
Closed
Labels
bug solved in the mean time Bug solved in a previous version, to be confirmed

Comments

@doxygen
Copy link
Owner

doxygen commented Jul 1, 2018

status NEW severity normal in component general for ---
Reported in version 1.4.x on platform Other
Assigned to: Dimitri van Heesch

On 2005-05-31 11:13:58 +0000, Fabrizio Ferrandi wrote:

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:
@albert-github albert-github added bug solved in the mean time Bug solved in a previous version, to be confirmed labels Apr 3, 2022
@albert-github
Copy link
Collaborator

With the 1.4.3 version I can see the problem as indicated, with the current (1.9.3 (c0b9eaf)) version the text is "Graph Based" as was expected.

I think the problem has been solved in the mean time

@doxygen doxygen closed this as completed May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug solved in the mean time Bug solved in a previous version, to be confirmed
Projects
None yet
Development

No branches or pull requests

2 participants