Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics: rewrite comments so that they look good even with non-fixed font.
[graphlib.git] / test / hello.cpp
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