Browse Source

adds source file processing to doxygen.

this commit adds the proper source file directory, so now doxygen picks
up all of the C files for processing. Some minor cleanup and file
exclusions have also been added such that things like `paq.sh` and sub
`Readme.md` files are not picked up.
Alexander W. Schultz 1 year ago
parent
commit
3723ca585b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -32,4 +32,5 @@ all: docs nuke
 install:
 
 clean:
+	rm -rf $(docs_path)/html