Improve the documentation of the examples

This commit is contained in:
Debao Zhang
2013-10-19 15:00:54 +08:00
parent f8ca19f14b
commit 81abb19c8c
7 changed files with 42 additions and 29 deletions
+11 -2
View File
@@ -1,11 +1,20 @@
/*!
\title Qt Xlsx Examples - Hello World
\example hello
\title Xlsx Hello Example
\brief This is a simplest xlsx examples.
\ingroup qtxlsx
This example demonstrates how to generate a
simplest .xlsx file with Qt Xlsx Library.
\image hello.png
Create an object of the class QXlsx::Document.
\snippet hello/main.cpp 0
Set the cells of worksheet.
\snippet hello/main.cpp 1
Save it.
\snippet hello/main.cpp 2
*/