Added Doxyfile to configuration files.
This commit is contained in:
parent
e365ef7a78
commit
e8703b64d3
|
|
@ -23,7 +23,7 @@ PROJECT_NAME = "IgH EtherCAT master"
|
||||||
# This could be handy for archiving the generated documentation or
|
# This could be handy for archiving the generated documentation or
|
||||||
# if some version control system is used.
|
# if some version control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = 1.2
|
PROJECT_NUMBER = @VERSION@
|
||||||
|
|
||||||
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
||||||
# base path where the generated documentation will be put.
|
# base path where the generated documentation will be put.
|
||||||
|
|
@ -458,6 +458,7 @@ AC_SUBST(ENABLE_EOE,[$eoe])
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
AC_CONFIG_FILES([
|
AC_CONFIG_FILES([
|
||||||
|
Doxyfile
|
||||||
Kbuild
|
Kbuild
|
||||||
Makefile
|
Makefile
|
||||||
master/Kbuild
|
master/Kbuild
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue