From 0d50d00a9046e874cf06ec18202092b8afa6d19a Mon Sep 17 00:00:00 2001 From: klmp200 Date: Sun, 1 Jan 2017 16:47:49 +0100 Subject: [PATCH] Ajustements pour doxygen --- LibGui/gui.h | 5 ----- LibMatrix/CellElement.h | 6 +++--- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/LibGui/gui.h b/LibGui/gui.h index d0e6c34..4be8bec 100644 --- a/LibGui/gui.h +++ b/LibGui/gui.h @@ -39,7 +39,6 @@ typedef struct { * @param x x position * @param y y position * @param value display white if true and black if false -* @return */ void setPixel(SDL_Renderer *renderer, int x, int y, bool value); @@ -47,14 +46,12 @@ void setPixel(SDL_Renderer *renderer, int x, int y, bool value); * Display an entire matrix on a given screen * @param screen the screen where the matrix should be displayed * @param m a Matrix -* @return */ void displayMatrixSDL(SCREEN *screen, Matrix m); /** * Wait until the user press the enter key * @param screen the screen where the renderer is -* @return */ void waitUntilEnter(SCREEN * screen); @@ -76,7 +73,6 @@ bool inputYesOrNo(char message[]); * Display matrix choosing the right function * @param m a Matrix * @param useSDL a bool -* @return */ void displayMatrixGUI(Matrix m, bool useSDL); @@ -90,7 +86,6 @@ int safeNumberInput(int min, int max); /** * Clears the buffer of stdin -* @return */ void clearBuffer(); diff --git a/LibMatrix/CellElement.h b/LibMatrix/CellElement.h index 978bed9..4428681 100644 --- a/LibMatrix/CellElement.h +++ b/LibMatrix/CellElement.h @@ -25,9 +25,9 @@ /** * An essential basic type, added an ERROR for out of bounds * -* @param true : 1 -* @param false : 0 -* @param ERROR : -1 +* @param true 1 +* @param false 0 +* @param ERROR -1 * */ typedef enum Bool{