1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #6395 from gebart/pr/doxygen-strip-include-fix

doc: Doxygen strip include fix
This commit is contained in:
Oleg Hahm 2017-01-20 09:14:17 +01:00 committed by GitHub
commit 5578d57387
2 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
RIOTBASE=$(shell git rev-parse --show-toplevel)
# Generate list of quoted absolute include paths. Evaluated in riot.doxyfile.
export STRIP_FROM_INC_PATH_LIST=$(shell \
git ls-tree -dr --full-tree --name-only HEAD |\
git ls-tree -dr --full-tree --name-only HEAD core drivers sys |\
grep '/include$$' |\
sed 's/.*/\"$(subst /,\/,${RIOTBASE})\/\0\"/')
@ -22,4 +22,4 @@ latex:
( cat riot.doxyfile ; echo "GENERATE_LATEX= yes" ) | doxygen -
clean:
-@rm -rf latex man html doxygen_objdb_*.tmp
-@rm -rf latex man html doxygen_objdb_*.tmp doxygen_entrydb_*.tmp

View File

@ -841,6 +841,9 @@ EXCLUDE_PATTERNS = */board/*/tools/* \
*/sys/random/tinymt32/* \
*/cpu/stm32f2/include/stm32f2*.h \
*/cpu/stm32f4/include/stm32f4*.h \
*/cpu/stellaris_common/include/stellaris_periph \
*/cpu/native/osx-libc-extra \
*/toolchain/* \
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names