From be94aa77bd349f6554c2da7b6fe2c26ee641f454 Mon Sep 17 00:00:00 2001
From: "Y.Dupasquier" <yoann.dupasquier@etu.univ-lyon1.fr>
Date: Tue, 18 Feb 2025 09:37:52 +0100
Subject: [PATCH] tout2

---
 Makefile     | 5 ++++-
 doc/doxyfile | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 0b1069e..eee2b27 100644
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,11 @@ bin/Pixel.o: src/Pixel.cpp src/Pixel.h
 bin/Image.o: src/Image.cpp src/Image.h
 	g++ -g -Wall -c src/Image.cpp
 	
+doc: doc/doxyfile
+	cd doc ; doxygen doxyfile
+	
 clean:
-	rm *.o
+	rm -rf obj/* doc/html
 
 veryclean: clean
 	rm *.out
diff --git a/doc/doxyfile b/doc/doxyfile
index 26eb9f1..54bc922 100755
--- a/doc/doxyfile
+++ b/doc/doxyfile
@@ -1298,7 +1298,7 @@ GENERATE_HTML          = YES
 # The default directory is: html.
 # This tag requires that the tag GENERATE_HTML is set to YES.
 
-HTML_OUTPUT            = html
+HTML_OUTPUT            = /home/etu/p2301526/LIFAPCD/12311569_12301526/projet-module-imagep-2301526/doc/
 
 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
 # generated HTML page (for example: .htm, .php, .asp).
-- 
GitLab