Don't include plain C programs in Doxygen input
This commit is contained in:
parent
c7045e8149
commit
f7b12a8cfb
|
@ -11,7 +11,6 @@ then
|
||||||
make_monolithic ${SRC} C || return 1
|
make_monolithic ${SRC} C || return 1
|
||||||
|
|
||||||
@CNAME@_MONOLITHIC=1
|
@CNAME@_MONOLITHIC=1
|
||||||
MONOLITHIC_DOC="${MONOLITHIC_DOC} ${SRC}"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# vim: syntax=sh:@VIM_MODELINE@
|
# vim: syntax=sh:@VIM_MODELINE@
|
||||||
|
|
|
@ -11,7 +11,6 @@ then
|
||||||
make_monolithic ${SRC} C || return 1
|
make_monolithic ${SRC} C || return 1
|
||||||
|
|
||||||
@CNAME@_MONOLITHIC=1
|
@CNAME@_MONOLITHIC=1
|
||||||
MONOLITHIC_DOC="${MONOLITHIC_DOC} ${SRC}"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# vim: syntax=sh:@VIM_MODELINE@
|
# vim: syntax=sh:@VIM_MODELINE@
|
||||||
|
|
Loading…
Reference in New Issue