doxygen-config.cfg.in 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. # StarPU --- Runtime system for heterogeneous multicore architectures.
  2. #
  3. # Copyright (C) 2009-2013 Université de Bordeaux
  4. # Copyright (C) 2010, 2011, 2012, 2013, 2014 CNRS
  5. # Copyright (C) 2011 Télécom-SudParis
  6. # Copyright (C) 2011, 2012 INRIA
  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_srcdir@/doc/doxygen/chapters/api/sc_hypervisor \
  21. @top_builddir@/doc/doxygen/starpu_config.h \
  22. @top_srcdir@/include/starpu_bitmap.h \
  23. @top_srcdir@/include/starpu_bound.h \
  24. @top_srcdir@/include/starpu_cublas.h \
  25. @top_srcdir@/include/starpu_cuda.h \
  26. @top_srcdir@/include/starpu_data_filters.h \
  27. @top_srcdir@/include/starpu_data.h \
  28. @top_srcdir@/include/starpu_data_interfaces.h \
  29. @top_srcdir@/include/starpu_deprecated_api.h \
  30. @top_srcdir@/include/starpu_disk.h \
  31. @top_srcdir@/include/starpu_driver.h \
  32. @top_srcdir@/include/starpu_expert.h \
  33. @top_srcdir@/include/starpu_fxt.h \
  34. @top_srcdir@/include/starpu.h \
  35. @top_srcdir@/include/starpu_hash.h \
  36. @top_srcdir@/include/starpu_mic.h \
  37. @top_srcdir@/include/starpu_opencl.h \
  38. @top_srcdir@/include/starpu_openmp.h \
  39. @top_srcdir@/include/starpu_perfmodel.h \
  40. @top_srcdir@/include/starpu_profiling.h \
  41. @top_srcdir@/include/starpu_rand.h \
  42. @top_srcdir@/include/starpu_scc.h \
  43. @top_srcdir@/include/starpu_sched_ctx.h \
  44. @top_srcdir@/include/starpu_sched_ctx_hypervisor.h \
  45. @top_srcdir@/include/starpu_scheduler.h \
  46. @top_srcdir@/include/starpu_sink.h \
  47. @top_srcdir@/include/starpu_stdlib.h \
  48. @top_srcdir@/include/starpu_task_bundle.h \
  49. @top_srcdir@/include/starpu_task.h \
  50. @top_srcdir@/include/starpu_task_list.h \
  51. @top_srcdir@/include/starpu_task_util.h \
  52. @top_srcdir@/include/starpu_thread.h \
  53. @top_srcdir@/include/starpu_thread_util.h \
  54. @top_srcdir@/include/starpu_top.h \
  55. @top_srcdir@/include/starpu_tree.h \
  56. @top_srcdir@/include/starpu_util.h \
  57. @top_srcdir@/include/starpu_worker.h \
  58. @top_srcdir@/include/starpu_sched_component.h \
  59. @top_srcdir@/include/fstarpu_mod.f90 \
  60. @top_srcdir@/mpi/include/ \
  61. @top_srcdir@/mpi/include/fstarpu_mpi_mod.f90 \
  62. @top_srcdir@/starpufft/include/starpufft.h \
  63. @top_srcdir@/sc_hypervisor/include
  64. EXAMPLE_PATH = @top_srcdir@/doc/doxygen \
  65. @top_srcdir@/doc/doxygen/chapters \
  66. @top_srcdir@/doc/doxygen/chapters/code
  67. INPUT_FILTER = @top_builddir@/doc/doxygen/doxygen_filter.sh
  68. #LATEX_HEADER = @top_srcdir@/doc/doxygen/refman.tex
  69. IMAGE_PATH = @top_srcdir@/doc/doxygen/chapters