Bug 95340 - [Qt] Fix doc generation with make docs
Summary: [Qt] Fix doc generation with make docs
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Hausmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-29 06:26 PDT by Simon Hausmann
Modified: 2012-08-29 06:41 PDT (History)
0 users

See Also:


Attachments
Patch (2.17 KB, patch)
2012-08-29 06:29 PDT, Simon Hausmann
kenneth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Hausmann 2012-08-29 06:26:47 PDT
[Qt] Fix doc generation with make docs
Comment 1 Simon Hausmann 2012-08-29 06:29:56 PDT
Created attachment 161211 [details]
Patch
Comment 2 Kenneth Rohde Christiansen 2012-08-29 06:31:42 PDT
Comment on attachment 161211 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=161211&action=review

rs=me

> Source/WebKit/qt/docs/qtwebkit.qdocconf:14
> -indexes = $QTDIR/doc/html/qt.index
> +#indexes = $QTDIR/doc/html/qt.index

why this?
Comment 3 Simon Hausmann 2012-08-29 06:41:21 PDT
Committed r126998: <http://trac.webkit.org/changeset/126998>