Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics: rewrite comments so that they look good even with non-fixed font.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 1 Oct 2013 20:18:28 +0000 (22:18 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 1 Oct 2013 20:18:28 +0000 (22:18 +0200)
exemple.cpp
test/hello.cpp

index 1c045c9..87fb0ec 100644 (file)
@@ -3,15 +3,15 @@
  * =========================
  *
  * 1. Créer le fichier exemple.pro :
- *      +------------------------------------------------------------+
- *      |TEMPLATE = app                                              |
- *      |TARGET = exemple                                              |
- *      |CONFIG += qt                                                |
- *      |CONFIG += debug                                             |
- *      |HEADERS += DrawingWindow.h                                  |
- *      |SOURCES += DrawingWindow.cpp                                |
- *      |SOURCES += exemple.cpp                                      |
- *      +------------------------------------------------------------+
+ *    ,----
+ *    |TEMPLATE = app
+ *    |TARGET = exemple
+ *    |CONFIG += qt
+ *    |CONFIG += debug
+ *    |HEADERS += DrawingWindow.h
+ *    |SOURCES += DrawingWindow.cpp
+ *    |SOURCES += exemple.cpp
+ *    `----
  *
  * 2. Créer le fichier Makefile avec la commande :
  *      $ qmake-qt4 exemple.pro
index ae6c0f3..615b3ca 100644 (file)
@@ -3,11 +3,11 @@
  * =============
  *
  * 1. Créer le fichier hello.pro :
- *      +------------------------------------------------------------+
- *      |TARGET = hello                                              |
- *      |CONFIG += qt debug                                          |
- *      |SOURCES += hello.cc                                         |
- *      +------------------------------------------------------------+
+ *    ,----
+ *    |TARGET = hello
+ *    |CONFIG += qt debug
+ *    |SOURCES += hello.cpp
+ *    `-----
  *
  * 2. Créer le fichier Makefile avec la commande :
  *      $ qmake -makefile hello.pro