[Doxygen-users] Regression in 1.9.5? Or my mistake?
                
                Brought to you by:
                
                    dimitri
                    
                
            
            
        
        
        
    | 
      
      
      From: flap <fb...@oh...> - 2022-09-18 13:49:14
      
     | 
| Hi all,
ups, second try with a correct email address and new findings...
recently I switched from doxygen-1.8.17 to doxygen-1.9.5. Since I have no clue 
how to search for it in the github bug database I ask first here: Since my 
doxygen update a simple documentation block gets parsed in a strange manner. 
The block is:
/**
 <some text>
 @attention Do not add any path to the *Driver Feature Configuration INI file*
            name. It is always expected in the @ref driver_config_path.
*/
In doxygen-1.8.17 it works and the reference to "driver_config_path" is linked 
correctly in the HTML result. With doxygen-1.9.5 it stops working: instead of 
a link the full filename of the source .dox file is listed in the HTML output.
If I add at least one trailing word, it works again:
/**
 <some text>
 @attention Do not add any path to the *Driver Feature Configuration INI file*
            name. It is always expected in the @ref driver_config_path <word>.
*/
Or:
/**
 <some text>
 @attention Do not add any path to the *Driver Feature Configuration INI file*
            name. It is always expected in the @ref driver_config_path.
 <word>
*/
Is it a known bug?
Cheers
Jürgen
 |