1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

added Makefile and Doxyfile to generate documentation

git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@5 8ec27952-4edc-4aab-86aa-e87bb2611832
This commit is contained in:
Steffen Vogel 2014-06-05 09:34:31 +00:00
parent a94694770b
commit 39b0675bd0
2 changed files with 2318 additions and 0 deletions

2303
doc/Doxyfile Normal file

File diff suppressed because it is too large Load diff

15
doc/Makefile Normal file
View file

@ -0,0 +1,15 @@
.PHONY: all html latex clean
all: latex html pdf
latex:
html:
doxygen
pdf: latex
$(MAKE) -C latex pdf
clean:
$(RM) -r latex
$(RM) -r html