From 58ab12acf576a765ec47cc2753ba57643e51d653 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 5 Jan 2012 19:40:38 +0100 Subject: Switch from autodoc to doxygen for SDK C++ documentation. * New build prerequisite doxygen (controllable via --with-doxygen). * Adapted various headers to slightly different doxygen documentation syntax, but much clean up still remains to be done (i.e., warnings emitted by doxygen fixed). --- config_host.mk.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config_host.mk.in') diff --git a/config_host.mk.in b/config_host.mk.in index a6d7c84072a9..236a58c1f304 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -61,6 +61,7 @@ export DISABLE_PYTHON="@DISABLE_PYTHON@" export DISABLE_STRIP="@DISABLE_STRIP@" export DLLTOOL="@DLLTOOL@" export DOCDIR="@DOCDIR@" +export DOXYGEN="@DOXYGEN@" export DO_FETCH_TARBALLS="@DO_FETCH_TARBALLS@" export DPKG="@DPKG@" export ENABLE_CAIRO_CANVAS="@ENABLE_CAIRO_CANVAS@" -- cgit