Skip to content
Snippets Groups Projects
Commit d8ac7f95 authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

add Doxygen documentation

[[Imported from SVN: r6703]]
parent 91c016c0
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# we need the module file to be able to build via dunecontrol # we need the module file to be able to build via dunecontrol
EXTRA_DIST=dune.module EXTRA_DIST=dune.module
SUBDIRS = m4 dune test SUBDIRS = doc m4 dune test
# possible options # possible options
LDADD = $(IPOPT_LDFLAGS) $(IPOPT_LIBS) LDADD = $(IPOPT_LDFLAGS) $(IPOPT_LIBS)
......
...@@ -16,6 +16,9 @@ AC_SUBST(AM_LDFLAGS, $DUNE_LDFLAGS) ...@@ -16,6 +16,9 @@ AC_SUBST(AM_LDFLAGS, $DUNE_LDFLAGS)
LIBS="$DUNE_LIBS" LIBS="$DUNE_LIBS"
AC_CONFIG_FILES([Makefile AC_CONFIG_FILES([Makefile
doc/Makefile
doc/doxygen/Makefile
doc/doxygen/Doxyfile
dune/Makefile dune/Makefile
dune/gfe/Makefile dune/gfe/Makefile
test/Makefile test/Makefile
......
SUBDIRS = doxygen
CURDIR = doc
BASEDIR = ..
# where to install the documentation too
docdir=$(datadir)/doc/dune-gfe
include $(top_srcdir)/am/webstuff
include $(top_srcdir)/am/global-rules
INPUT += @top_srcdir@/dune/gfe
EXCLUDE +=
EXAMPLE_PATH +=
EXAMPLE_PATTERNS +=
IMAGE_PATH +=
PREDEFINED += DOXYGEN
BASEDIR=../..
CURDIR=doc/doxygen
include $(top_srcdir)/am/doxygen
include $(top_srcdir)/am/global-rules
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment