[Dune] [Dune-Commit] dune-web r880 - /
Oliver Sander
sander at mi.fu-berlin.de
Thu Nov 10 16:14:42 CET 2011
Hi,
is there a particular reason dune-web still suggests dune-disc?
--
Oliver
Am 10.11.2011 15:53, schrieb joe at dune-project.org:
> Author: joe
> Date: 2011-11-10 15:53:31 +0100 (Thu, 10 Nov 2011)
> New Revision: 880
>
> Modified:
> dune.module
> Log:
> Bring the modules into topological order in the documentation.
>
> Modified: dune.module
> ===================================================================
> --- dune.module 2011-11-09 20:21:16 UTC (rev 879)
> +++ dune.module 2011-11-10 14:53:31 UTC (rev 880)
> @@ -1,7 +1,7 @@
> # -*- sh -*-
>
> Module: duneweb
> -Suggests: dune-common dune-istl dune-grid dune-disc
> +Suggests: dune-common dune-geometry dune-istl dune-grid dune-disc
>
> parse_doxyfile () {
> command=$1
> @@ -66,6 +66,10 @@
> echo register dune-common for global doxygen documentation
> read_doxy_variables $PATH_dune_common
> fi
> + if test "x$HAVE_dune_geometry" == "xyes"; then
> + echo register dune-geometry for global doxygen documentation
> + read_doxy_variables $PATH_dune_geometry
> + fi
> if test "x$HAVE_dune_grid" == "xyes"; then
> echo register dune-grid for global doxygen documentation
> read_doxy_variables $PATH_dune_grid
> @@ -82,8 +86,4 @@
> echo register dune-pdelab for global doxygen documentation
> read_doxy_variables $PATH_dune_pdelab
> fi
> - if test "x$HAVE_dune_geometry" == "xyes"; then
> - echo register dune-geometry for global doxygen documentation
> - read_doxy_variables $PATH_dune_geometry
> - fi
> }
>
>
> _______________________________________________
> Dune-Commit mailing list
> Dune-Commit at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune-commit
More information about the Dune
mailing list