doxygen-config.cfg 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. # StarPU --- Runtime system for heterogeneous multicore architectures.
  2. #
  3. # Copyright (C) 2011-2014,2016,2018 Inria
  4. # Copyright (C) 2010-2017, 2019 CNRS
  5. # Copyright (C) 2009-2014 Université de Bordeaux
  6. # Copyright (C) 2013 Simon Archipoff
  7. # Copyright (C) 2011 Télécom-SudParis
  8. #
  9. # StarPU is free software; you can redistribute it and/or modify
  10. # it under the terms of the GNU Lesser General Public License as published by
  11. # the Free Software Foundation; either version 2.1 of the License, or (at
  12. # your option) any later version.
  13. #
  14. # StarPU is distributed in the hope that it will be useful, but
  15. # WITHOUT ANY WARRANTY; without even the implied warranty of
  16. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  17. #
  18. # See the GNU Lesser General Public License in COPYING.LGPL for more details.
  19. #
  20. INPUT = ../../../doc/doxygen/chapters \
  21. ../../../doc/doxygen/chapters/api \
  22. ../../../doc/doxygen/chapters/api/sc_hypervisor \
  23. ../../doc/doxygen/starpu_config.h \
  24. ../../../include/starpu_bitmap.h \
  25. ../../../include/starpu_bound.h \
  26. ../../../include/starpu_clusters.h \
  27. ../../../include/starpu_cusparse.h \
  28. ../../../include/starpu_cublas.h \
  29. ../../../include/starpu_cuda.h \
  30. ../../../include/starpu_data_filters.h \
  31. ../../../include/starpu_data.h \
  32. ../../../include/starpu_data_interfaces.h \
  33. ../../../include/starpu_deprecated_api.h \
  34. ../../../include/starpu_disk.h \
  35. ../../../include/starpu_driver.h \
  36. ../../../include/starpu_expert.h \
  37. ../../../include/starpu_fxt.h \
  38. ../../../include/starpu.h \
  39. ../../../include/starpu_hash.h \
  40. ../../../include/starpu_helper.h \
  41. ../../../include/starpu_mic.h \
  42. ../../../include/starpu_mod.f90 \
  43. ../../../include/starpu_opencl.h \
  44. ../../../include/starpu_openmp.h \
  45. ../../../include/starpu_perfmodel.h \
  46. ../../../include/starpu_profiling.h \
  47. ../../../include/starpu_rand.h \
  48. ../../../include/starpu_sched_component.h \
  49. ../../../include/starpu_sched_ctx.h \
  50. ../../../include/starpu_sched_ctx_hypervisor.h \
  51. ../../../include/starpu_scheduler.h \
  52. ../../../include/starpu_simgrid_wrap.h \
  53. ../../../include/starpu_sink.h \
  54. ../../../include/starpu_stdlib.h \
  55. ../../../include/starpu_task_bundle.h \
  56. ../../../include/starpu_task.h \
  57. ../../../include/starpu_task_dep.h \
  58. ../../../include/starpu_task_list.h \
  59. ../../../include/starpu_task_util.h \
  60. ../../../include/starpu_thread.h \
  61. ../../../include/starpu_thread_util.h \
  62. ../../../include/starpu_tree.h \
  63. ../../../include/starpu_util.h \
  64. ../../../include/starpu_worker.h \
  65. ../../../include/fstarpu_mod.f90 \
  66. ../../../mpi/include/ \
  67. ../../../mpi/include/starpu_mpi.h \
  68. ../../../mpi/include/starpu_mpi_lb.h \
  69. ../../../mpi/include/fstarpu_mpi_mod.f90 \
  70. ../../../starpufft/include/starpufft.h \
  71. ../../../sc_hypervisor/include \
  72. ../../../starpurm/include/starpurm.h
  73. EXAMPLE_PATH = ../../../doc/doxygen \
  74. ../../../doc/doxygen/chapters \
  75. ../../../doc/doxygen/chapters/code
  76. INPUT_FILTER = ../../doc/doxygen/doxygen_filter.sh
  77. #LATEX_HEADER = ../../../doc/doxygen/refman.tex
  78. IMAGE_PATH = ../../../doc/doxygen/chapters/images