# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = $(SRCDIR)/AUTHORS \
- $(SRCDIR)/COPYING \
- $(SRCDIR)/INSTALL \
- $(SRCDIR)/NEWS \
- $(SRCDIR)/README \
- $(SRCDIR)/RELEASE-NOTES \
- $(SRCDIR)/THANKS \
- $(SRCDIR)/doc/mainpage.md \
+INPUT = $(SRCDIR)/doc/mainpage.md \
$(CVC4_DOXYGEN_INPUT)
-USE_MDFILE_AS_MAINPAGE = $(SRCDIR)/doc/mainpage.md
+# USE_MDFILE_AS_MAINPAGE = $(SRCDIR)/doc/mainpage.md
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
# directories that contain example code fragments that are included (see
# the \include command).
-EXAMPLE_PATH =
+EXAMPLE_PATH = $(SRCDIR)
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
-Getting started with the CVC4 API
+/**
+\mainpage Getting started with the CVC4 API
The main classes of the CVC4 API are:
- CVC4::Expr - an expression (a formula, term, variable, constant, etc.)
Thank you for your interest in CVC4!
The CVC4 Development team
+
+\page authors AUTHORS
+\verbinclude AUTHORS
+\page copying COPYING
+\verbinclude COPYING
+\page install INSTALL
+\verbinclude INSTALL
+\page news NEWS
+\verbinclude NEWS
+\page release-notes RELEASE-NOTES
+\verbinclude RELEASE-NOTES
+\page readme README
+\verbinclude README
+\page thanks THANKS
+\verbinclude THANKS
+*/