diff options
author | Samuel Gaist <samuel.gaist@edeltech.ch> | 2015-08-18 00:02:24 +0200 |
---|---|---|
committer | Samuel Gaist <samuel.gaist@edeltech.ch> | 2015-09-22 21:40:13 +0000 |
commit | 843199f303652fa2208e50e03987436ca312b791 (patch) | |
tree | 4d8e20b00ba80dc655a24216c9c7bd7c8cb901db /doc/global | |
parent | 8a0be4007d9c333a93dad04a3809166269cc78d8 (diff) | |
download | qtbase-843199f303652fa2208e50e03987436ca312b791.tar.gz |
Add shader files to examples documentation file list
Currently the shader code is not accessible from the examples
documentation page. This patch fixes this by adding .glsl to the file
extensions list for examples
Change-Id: Iafe327d1bd99b78641a89863f9dbaf8112651c45
Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'doc/global')
-rw-r--r-- | doc/global/fileextensions.qdocconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/global/fileextensions.qdocconf b/doc/global/fileextensions.qdocconf index 88e51595f1..ca036619f1 100644 --- a/doc/global/fileextensions.qdocconf +++ b/doc/global/fileextensions.qdocconf @@ -2,7 +2,7 @@ naturallanguage = en outputencoding = UTF-8 sourceencoding = UTF-8 -examples.fileextensions = "*.cpp *.h *.js *.xq *.svg *.xml *.ui *.qhp *.qhcp *.qml *.css" +examples.fileextensions = "*.cpp *.h *.js *.xq *.svg *.xml *.ui *.qhp *.qhcp *.qml *.css *.glsl" examples.imageextensions = "*.png *.jpg *.gif" headers.fileextensions = "*.ch *.h *.h++ *.hh *.hpp *.hxx" |