doxygen-config.cfg.in 1.5 KB

123456789101112131415161718192021222324252627282930313233343536
  1. # StarPU --- Runtime system for heterogeneous multicore architectures.
  2. #
  3. # Copyright (C) 2009-2013 Université de Bordeaux 1
  4. # Copyright (C) 2010, 2011, 2012, 2013 Centre National de la Recherche Scientifique
  5. # Copyright (C) 2011 Télécom-SudParis
  6. # Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
  7. #
  8. # StarPU is free software; you can redistribute it and/or modify
  9. # it under the terms of the GNU Lesser General Public License as published by
  10. # the Free Software Foundation; either version 2.1 of the License, or (at
  11. # your option) any later version.
  12. #
  13. # StarPU is distributed in the hope that it will be useful, but
  14. # WITHOUT ANY WARRANTY; without even the implied warranty of
  15. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  16. #
  17. # See the GNU Lesser General Public License in COPYING.LGPL for more details.
  18. INPUT = @top_srcdir@/doc/doxygen/chapters \
  19. @top_srcdir@/doc/doxygen/chapters/api \
  20. @top_builddir@/doc/doxygen/starpu_config.h \
  21. @top_srcdir@/include/ \
  22. @top_srcdir@/mpi/include/ \
  23. @top_srcdir@/starpufft/starpufft.h \
  24. @top_srcdir@/sc_hypervisor/include
  25. EXAMPLE_PATH = @top_srcdir@/doc/doxygen \
  26. @top_srcdir@/doc/doxygen/chapters \
  27. @top_srcdir@/doc/doxygen/chapters/code
  28. INPUT_FILTER = @top_builddir@/doc/doxygen/doxygen_filter.sh
  29. LATEX_HEADER = @top_srcdir@/doc/doxygen/refman.tex
  30. EXCLUDE_PATTERNS = @abs_top_builddir@/include/starpu_config.h