Changes between Version 4 and Version 5 of QtWebKitDocContrib
- Timestamp:
- Jun 22, 2010, 4:40:45 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitDocContrib
v4 v5 14 14 The qdoc markup is a simple wiki-like format. The qdoc tool is documented here: http://qt.gitorious.org/qt/pages/DocManual. 15 15 16 For Windows users, the easiest way to get the qdoc3 command line tool is to install the Qt SDK for Windows and add the bin directory to the PATH. For instance, if you install Qt SDK version 2010.3 to the default location, the qdoc3.exe will be in C:\Qt\2010.03\qt\bin.16 For Windows users, the easiest way to get the qdoc3 command line tool is to install the Qt SDK for Windows use the Qt command prompt from the Qt SDK folder in Start menu. Alternatively, you can install Qt SDK and add Qt's bin directory to your PATH environment variable. For instance, if you install Qt SDK version 2010.3 to the default location, the qdoc3.exe will be in C:\Qt\2010.03\qt\bin. 17 17 18 18 On Mac OS X, the qdoc3 binary has not been previously included in the Qt SDK, but as of Qt 4.7 Beta II (to be released soon at the time of writing), the qdoc3 binary is included in the Qt SDK. After installation, qdoc3 should already be in the PATH. … … 45 45 And to switch to a branch simply use {{{git checkout branchname}}} 46 46 47 == Building the documentation articles == 48 49 To build the QtWebKit documentation simply run {{{make docs}}} in your build directory, i.e. {{{WebKitBuild/Release}}}. The output will be generated in HTML in the {{{doc/html}}} subdirectory. 50 51 If you also need to work on the C++ API documentation that refers to the Qt API documentation, then you need to build Qt from sources. See http://trac.webkit.org/wiki/QtWebKitContrib for more information. 52 53 47 54 == Submitting a documentation contribution == 48 55 … … 67 74 TBD 68 75 69 == Building the documentation articles ==70 71 To build the QtWebKit documentation simply run {{{make docs}}} in your build directory, i.e. {{{WebKitBuild/Release}}}. The output will be generated in HTML in the {{{doc/html}}} subdirectory.72 73 If you also need to work on the C++ API documentation that refers to the Qt API documentation, then you need to build Qt from sources. See http://trac.webkit.org/wiki/QtWebKitContrib for more information.74 75 76 == Communication == 76 77