Doxygen documentation generation

This commit is contained in:
Ondrej Mikle 2014-07-19 17:13:29 +02:00
parent 326e3956f5
commit c1d400bad6
3 changed files with 1523 additions and 0 deletions

1
.gitignore vendored
View file

@ -8,3 +8,4 @@ brmdoor_nfc.py
tags
.gdb_history
doc

1519
Doxyfile Normal file

File diff suppressed because it is too large Load diff

View file

@ -20,3 +20,6 @@ brmdoor_nfc_wrap.cxx: brmdoor_nfc.i brmdoor_nfc.h
clean:
rm -f $(OBJECTS) $(PY_MODULE) $(SWIG_GENERATED)
doxygen:
doxygen Doxyfile