added a doxyfile for documentation generation

This commit is contained in:
Fufu Fang 2018-07-24 18:05:22 +01:00
parent 41de727f8f
commit cfd4bda9c7
3 changed files with 2499 additions and 4 deletions

4
.gitignore vendored
View File

@ -1,6 +1,4 @@
tmp
*.o *.o
*_test.txt
*.kate-swp *.kate-swp
httpdirfs httpdirfs
mnt html

2494
Doxyfile Normal file

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,10 @@ httpdirfs: $(OBJ)
install: install:
cp httpdirfs ${HOME}/bin/ cp httpdirfs ${HOME}/bin/
doc:
doxygen Doxyfile
.PHONY: clean .PHONY: clean
clean: clean:
rm -f *.o httpdirfs rm -rf *.o httpdirfs html