[Kde-bindings] [Bug 308998] New: Qyoto: turn the "see also" parts of the generated documentation to <seealso /> elements
Dimitar Dobrev
dpldobrev at yahoo.com
Thu Oct 25 18:19:26 UTC 2012
https://bugs.kde.org/show_bug.cgi?id=308998
Bug ID: 308998
Severity: normal
Version: unspecified
Priority: NOR
Assignee: kde-bindings at kde.org
Summary: Qyoto: turn the "see also" parts of the generated
documentation to <seealso /> elements
Classification: Unclassified
OS: All
Reporter: dpldobrev at yahoo.com
Hardware: Other
Status: NEW
Component: general
Product: bindings
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".
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kde-bindings
mailing list