diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2016-04-03 15:38:03 +1000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2016-04-03 15:38:03 +1000 |
commit | e3ff5516598e8d9258b7ce17f5ecb9496a93cd46 (patch) | |
tree | 35bf62438bf464a10d2410f9572ec963ba9b19c0 | |
parent | 0ecd09c3e1d1ed47c940541c41b79815b16bd627 (diff) | |
download | lufa-e3ff5516598e8d9258b7ce17f5ecb9496a93cd46.tar.gz lufa-e3ff5516598e8d9258b7ce17f5ecb9496a93cd46.tar.bz2 lufa-e3ff5516598e8d9258b7ce17f5ecb9496a93cd46.zip |
Don't run the AVRISP-MKII Windows Driver through Doxygen.
-rw-r--r-- | Projects/AVRISP-MKII/doxyfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Projects/AVRISP-MKII/doxyfile b/Projects/AVRISP-MKII/doxyfile index 0f8c6f677..faba2c70d 100644 --- a/Projects/AVRISP-MKII/doxyfile +++ b/Projects/AVRISP-MKII/doxyfile @@ -805,7 +805,8 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = Documentation/ +EXCLUDE = Documentation/ \ + WindowsDriver/ # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded |