Skip to content

Commit

Permalink
Add doxygen docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Robertze committed Jul 8, 2017
1 parent aeb3358 commit 8866c84
Show file tree
Hide file tree
Showing 3 changed files with 2,461 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@
date.h
descriptors_strings.h
descriptors_strings.inc
docs/html/
docs/latex/
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,11 @@ $(FX2LIBDIR)/.git: .gitmodules
touch $@ -r .gitmodules

# FIXME: Add check_int2jit from hdmi2usb/Makefile

.PHONY: docs clean

docs:
doxygen docs/docs.conf

clean:
rm -fr docs/html docs/latex
Loading

0 comments on commit 8866c84

Please sign in to comment.