Skip to content
Snippets Groups Projects
Commit be94aa77 authored by DUPASQUIER YOANN p2301526's avatar DUPASQUIER YOANN p2301526
Browse files

tout2

parent 06ea8454
No related branches found
No related tags found
No related merge requests found
Pipeline #188214 canceled
...@@ -12,8 +12,11 @@ bin/Pixel.o: src/Pixel.cpp src/Pixel.h ...@@ -12,8 +12,11 @@ bin/Pixel.o: src/Pixel.cpp src/Pixel.h
bin/Image.o: src/Image.cpp src/Image.h bin/Image.o: src/Image.cpp src/Image.h
g++ -g -Wall -c src/Image.cpp g++ -g -Wall -c src/Image.cpp
doc: doc/doxyfile
cd doc ; doxygen doxyfile
clean: clean:
rm *.o rm -rf obj/* doc/html
veryclean: clean veryclean: clean
rm *.out rm *.out
...@@ -1298,7 +1298,7 @@ GENERATE_HTML = YES ...@@ -1298,7 +1298,7 @@ GENERATE_HTML = YES
# The default directory is: html. # The default directory is: html.
# This tag requires that the tag GENERATE_HTML is set to YES. # 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 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
# generated HTML page (for example: .htm, .php, .asp). # generated HTML page (for example: .htm, .php, .asp).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment