File: README.md

package info (click to toggle)
qtcreator 18.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 261,240 kB
  • sloc: cpp: 1,581,554; ansic: 528,781; python: 48,245; xml: 34,678; javascript: 15,495; sh: 2,670; asm: 2,049; perl: 1,039; lex: 737; java: 695; objc: 409; makefile: 111; yacc: 86; cs: 41; ruby: 33; sed: 22
file content (28 lines) | stat: -rw-r--r-- 1,026 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Documentation projects in this repository

The qtcreator repository contains the sources for building the following
documents:

- [Qt Creator Documentation](https://doc.qt.io/qtcreator/)
- [Extending Qt Creator Manual](https://doc.qt.io/qtcreator-extending/)
- [Qt Design Studio documentation](https://doc.qt.io/qtdesignstudio/)

The sources for each project are stored in the following subfolders of
the doc folder:

- qtcreator
- qtcreatordev
- qtdesignstudio

For more information, see:
[Writing Documentation](https://doc.qt.io/qtcreator-extending/qtcreator-documentation.html)

The Qt Design Studio documentation is based on the Qt Creator documentation,
with additional topics. For more information, see the `README` file in the
qtdesignstudio subfolder.

The Extending Qt Creator Manual has its own sources. In addition, it
pulls in API reference documentation from the Qt Creator source files.

**Note:** Please build the docs before submitting code changes to make sure that
you do not introduce new QDoc warnings.