From: Arnaud Giersch Date: Tue, 1 Oct 2013 20:18:28 +0000 (+0200) Subject: Cosmetics: rewrite comments so that they look good even with non-fixed font. X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/graphlib.git/commitdiff_plain/6d4e56a6015bf97f5f5c09dd95bd0a1ec66a8146 Cosmetics: rewrite comments so that they look good even with non-fixed font. --- diff --git a/exemple.cpp b/exemple.cpp index 1c045c9..87fb0ec 100644 --- a/exemple.cpp +++ b/exemple.cpp @@ -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 diff --git a/test/hello.cpp b/test/hello.cpp index ae6c0f3..615b3ca 100644 --- a/test/hello.cpp +++ b/test/hello.cpp @@ -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