From 060cc3c47062a35e8127413ece57573d1aca067f Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 17 Oct 2014 15:55:53 +0200 Subject: Doc: fix issues to display examples in Qt Creator - Add \brief commands to example docs to show descriptions - Add an examples page with the \group command - Link to the examples page from the module index page - Edit the .qdocconf file - Edit the .gitignore file to allow pushing changes to examples - Add a generic thumbnail image for C++ Code Analyzer example Change-Id: I1a313ae26664ce9fc50ef8962f0facd57dea546b Reviewed-by: Martin Smith Reviewed-by: Jerome Pasion --- .gitignore | 8 -------- 1 file changed, 8 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 446d0d9..10b0f68 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,6 @@ # This file is used to ignore files which are generated in the Qt build system # ---------------------------------------------------------------------------- -examples/*/*/* -!examples/*/*/*[.]* -!examples/*/*/README -examples/*/*/*[.]app -!examples/declarative/* -!examples/tutorials/* -!examples/tutorials/*/* -!examples/ja_JP/*/* demos/*/* !demos/spectrum/* demos/spectrum/bin -- cgit v1.2.1