projects
/
pub
/
lufa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65019e4
)
Update maintenance scripts to disable Doxygen Markdown support.
author
Dean Camera
<dean@fourwalledcubicle.com>
Thu, 8 Mar 2012 16:59:20 +0000
(16:59 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Thu, 8 Mar 2012 16:59:20 +0000
(16:59 +0000)
Maintenance/makefile
patch
|
blob
|
blame
|
history
diff --git
a/Maintenance/makefile
b/Maintenance/makefile
index
87c0c25
..
7bc8cc1
100644
(file)
--- a/
Maintenance/makefile
+++ b/
Maintenance/makefile
@@
-16,6
+16,8
@@
upgrade-doxygen:
@echo Upgrading Doxygen.conf files...
\r
@for doxygen_conf in `find $(LUFA_ROOT) -name Doxygen.conf`; do \
\r
doxygen -u $$doxygen_conf; \
\r
+ sed "s/MARKDOWN_SUPPORT *= *YES/MARKDOWN_SUPPORT = NO/1" $$doxygen_conf > $$doxygen_conf.new; \
\r
+ mv -u $$doxygen_conf.new $$doxygen_conf; \
\r
done;
\r
@echo Doxygen configuration update complete.
\r
\r