commit | 37ca75d6f2630a9dd85c450f33b753c640cb5325 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Thu Jan 06 12:28:03 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu Jan 06 12:28:03 2011 +0000 |
tree | b3d4b7588f7258fcb633570d9873d8a474b24398 | |
parent | b94081bfc18e0e53678d615213a17978eafe335c [diff] [blame] |
- Added Doxygen source code documentation parts (donated by Fox-IT)
diff --git a/Makefile b/Makefile index 6313bbc..c133f5c 100644 --- a/Makefile +++ b/Makefile
@@ -32,3 +32,13 @@ check: ( cd tests && $(MAKE) check ) + +apidoc: + mkdir -p apidoc + doxygen doxygen/polarssl.doxyfile + +apidoc_clean: + if [ -d apidoc ] ; \ + then \ + rm -rf apidoc ; \ + fi