run Doxyfile
-----------------------
go to the directory that have Doxyfile and run this command
	doxygen Doxyfile
	
	
Stack smashing
----------------------------
-fno-stack-protector in make file is added because of Stack smashing detected
and i used this command to disable this protection of gcc using option
reference : http://stackoverflow.com/questions/1345670/stack-smashing-detected