Bug 308998

Summary: Qyoto: turn the "see also" parts of the generated documentation to <seealso /> elements
Product: [Developer tools] bindings Reporter: Dimitar Dobrev <dpldobrev>
Component: generalAssignee: kde-bindings
Status: RESOLVED UNMAINTAINED    
Severity: normal CC: cullmann
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: All   
Latest Commit: Version Fixed In:

Description Dimitar Dobrev 2012-10-25 18:19:26 UTC
Very often Qt uses throughout its documentation the pattern "See also <referances_to_classes_or_functions>". The C# XML code comments support an element called <seealso /> that is used to generate a "See also" section at the bottom of a separate documentation page. So it'd be better to parse such texts from the Qt docs and turn them into <seealso /> elements.

Reproducible: Always

Steps to Reproduce:
1. Generate Qyoto;
2. Go to $PREFIX/share/qyoto and open a file with XML code comments, for example qyoto-qtcore.xml.
Actual Results:  
There are sentences in the format of "See also <classes_or_members>".

Expected Results:  
There are <seealso /> elements, one for each class or member that follow "See also".
Comment 1 Justin Zobel 2021-03-09 05:24:38 UTC
Thank you for the bug report.

As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists.

If this bug is no longer persisting or relevant please change the status to resolved.
Comment 2 Christoph Cullmann 2024-05-06 18:11:21 UTC
The bindings we had are no longer maintained and got removed with either KF5 or KF6, depending on the language.