Cannot link properties without .index file
Bug #1202561 reported by
Tim Peeters
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu UI Toolkit |
Fix Released
|
Medium
|
Cris Dywan | ||
Unity Action API |
Fix Released
|
Medium
|
Cris Dywan | ||
ubuntu-ui-toolkit (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
unity-action-api (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
When we create a new QML component that inherits properties from other components, it is not possible to add documentation for those properties. Also, if the parent component is defined outside UITK, its properties don't appear in the UITK documentation.
Examples where we need this:
- To document the "enabled" property of ActionItem
- Most of the properties of Action are defined in Ubuntu.
Related branches
lp://staging/~kalikiana/ubuntu-ui-toolkit/cutedocs
- Zsombor Egri: Approve
- PS Jenkins bot: Approve (continuous-integration)
-
Diff: 68 lines (+22/-4)3 files modifieddebian/control (+12/-0)
documentation/ubuntu-ui-toolkit-online.qdocconf (+9/-0)
modules/Ubuntu/Components/Action.qml (+1/-4)
lp://staging/~kalikiana/unity-action-api/cutedocs
- PS Jenkins bot (community): Approve (continuous-integration)
- Antti Kaijanmäki (community): Approve
-
Diff: 6 lines (+2/-0)1 file modifieddebian/unity-action-doc.compress (+2/-0)
Changed in unity-action-api: | |
assignee: | nobody → Christian Dywan (kalikiana) |
status: | New → Confirmed |
importance: | Undecided → Medium |
Changed in ubuntu-ui-toolkit: | |
status: | Fix Committed → Fix Released |
Changed in unity-action-api: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Perhaps Doxygen can already link to classes in another project. Quoting http:// www.stack. nl/~dimitri/ doxygen/ manual/ features. html :
"Doxygen can also automatically generate links to existing documentation that was generated with Doxygen or with Qt's non-public class browser generator. For a Qt based project this means that whenever you refer to members or classes belonging to the Qt toolkit, a link will be generated to the Qt documentation. This is done independent of where this documentation is located!"