Merge lp:~michael-sheldon/content-hub/qdoc-fix into lp:content-hub

Proposed by Michael Sheldon
Status: Merged
Approved by: Ken VanDine
Approved revision: 77
Merged at revision: 87
Proposed branch: lp:~michael-sheldon/content-hub/qdoc-fix
Merge into: lp:content-hub
Diff against target: 24 lines (+3/-4)
1 file modified
doc/qml/ubuntu-content-hub.qdocconf.in (+3/-4)
To merge this branch: bzr merge lp:~michael-sheldon/content-hub/qdoc-fix
Reviewer Review Type Date Requested Status
Ken VanDine Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+213053@code.launchpad.net

Commit message

Make qdoc based documentation compatible with the Qt 5.2 version of qdoc.

Description of the change

Makes qdoc based documentation compatible with the Qt 5.2 version of qdoc.

To post a comment you must log in.
Revision history for this message
Michael Sheldon (michael-sheldon) wrote :

Are there any related MPs required for this MP to build/function as expected? Please list.

 * No

Is your branch in sync with latest trunk (e.g. bzr pull lp:trunk -> no changes)

 * Yes

Did you perform an exploratory manual test run of your code change and any related functionality on device or emulator?

 * Yes

Did you successfully run all tests found in your component's Test Plan (https://wiki.ubuntu.com/Process/Merges/TestPlan/content-hub) on device or emulator?

 * Yes

If you changed the UI, was the change specified/approved by design?

 * No changes

If you changed the packaging (debian), did you subscribe a core-dev to this MP?

 * No changes

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Ken VanDine (ken-vandine) wrote :

Looks good, it would be nice to switch back if qdoc gets fixed.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/qml/ubuntu-content-hub.qdocconf.in'
2--- doc/qml/ubuntu-content-hub.qdocconf.in 2013-10-21 17:30:55 +0000
3+++ doc/qml/ubuntu-content-hub.qdocconf.in 2014-03-27 13:10:12 +0000
4@@ -1,9 +1,8 @@
5 project = Ubuntu Content QML API
6 description = Ubuntu Content API
7
8-sourcedirs = @CMAKE_CURRENT_SOURCE_DIR@/pages @CMAKE_SOURCE_DIR@/import
9-exampledirs = @CMAKE_SOURCE_DIR@/examples/
10-imagedirs = @CMAKE_CURRENT_SOURCE_DIR@/../images
11+sourcedirs = ../../../doc/qml/pages ../../../import
12+exampledirs = ../../../examples/
13
14 sources.fileextensions = "*.qdoc *.qml *.cpp"
15 headers.fileextensions = "*.h"
16@@ -16,7 +15,7 @@
17 outputprefixes = QML
18 outputprefixes.QML = qml-
19
20-HTML.templatedir = @CMAKE_CURRENT_SOURCE_DIR@/
21+HTML.templatedir = ../../../doc/
22 HTML.nobreadcrumbs = "true"
23
24 HTML.stylesheets = \

Subscribers

People subscribed via source and target branches