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:
parent
a94694770b
commit
39b0675bd0
2 changed files with 2318 additions and 0 deletions
2303
doc/Doxyfile
Normal file
2303
doc/Doxyfile
Normal file
File diff suppressed because it is too large
Load diff
15
doc/Makefile
Normal file
15
doc/Makefile
Normal 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
|
Loading…
Add table
Reference in a new issue