doxygen-config.cfg.in 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. # StarPU --- Runtime system for heterogeneous multicore architectures.
  2. #
  3. # Copyright (C) 2009-2020 Université de Bordeaux, CNRS (LaBRI UMR 5800), Inria
  4. # Copyright (C) 2011 Télécom-SudParis
  5. #
  6. # StarPU is free software; you can redistribute it and/or modify
  7. # it under the terms of the GNU Lesser General Public License as published by
  8. # the Free Software Foundation; either version 2.1 of the License, or (at
  9. # your option) any later version.
  10. #
  11. # StarPU is distributed in the hope that it will be useful, but
  12. # WITHOUT ANY WARRANTY; without even the implied warranty of
  13. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  14. #
  15. # See the GNU Lesser General Public License in COPYING.LGPL for more details.
  16. #
  17. INPUT = @top_srcdir@/doc/doxygen_dev/chapters \
  18. @top_builddir@/doc/doxygen_dev/config.h \
  19. @top_srcdir@/src/datawizard/data_request.h \
  20. @top_srcdir@/src/datawizard/coherency.h \
  21. @top_srcdir@/src/datawizard/sort_data_handles.h \
  22. @top_srcdir@/src/datawizard/memalloc.h \
  23. @top_srcdir@/src/datawizard/copy_driver.h \
  24. @top_srcdir@/src/datawizard/filters.h \
  25. @top_srcdir@/src/datawizard/datastats.h \
  26. @top_srcdir@/src/datawizard/write_back.h \
  27. @top_srcdir@/src/datawizard/interfaces/data_interface.h \
  28. @top_srcdir@/src/datawizard/memory_manager.h \
  29. @top_srcdir@/src/datawizard/node_ops.h \
  30. @top_srcdir@/src/datawizard/memstats.h \
  31. @top_srcdir@/src/datawizard/datawizard.h \
  32. @top_srcdir@/src/datawizard/memory_nodes.h \
  33. @top_srcdir@/src/datawizard/footprint.h \
  34. @top_srcdir@/src/datawizard/malloc.h \
  35. @top_srcdir@/src/drivers/cpu/driver_cpu.h \
  36. @top_srcdir@/src/drivers/cuda/driver_cuda.h \
  37. @top_srcdir@/src/drivers/opencl/driver_opencl_utils.h \
  38. @top_srcdir@/src/drivers/opencl/driver_opencl.h \
  39. @top_srcdir@/src/drivers/disk/driver_disk.h \
  40. @top_srcdir@/src/drivers/mpi/driver_mpi_common.h \
  41. @top_srcdir@/src/drivers/mpi/driver_mpi_sink.h \
  42. @top_srcdir@/src/drivers/mpi/driver_mpi_source.h \
  43. @top_srcdir@/src/drivers/mp_common/sink_common.h \
  44. @top_srcdir@/src/drivers/mp_common/mp_common.h \
  45. @top_srcdir@/src/drivers/mp_common/source_common.h \
  46. @top_srcdir@/src/drivers/driver_common/driver_common.h \
  47. @top_srcdir@/src/drivers/mic/driver_mic_sink.h \
  48. @top_srcdir@/src/drivers/mic/driver_mic_source.h \
  49. @top_srcdir@/src/drivers/mic/driver_mic_common.h \
  50. @top_srcdir@/src/profiling/profiling.h \
  51. @top_srcdir@/src/profiling/bound.h \
  52. @top_srcdir@/src/util/starpu_data_cpy.h \
  53. @top_srcdir@/src/util/openmp_runtime_support.h \
  54. @top_srcdir@/src/util/starpu_clusters_create.h \
  55. @top_srcdir@/src/util/starpu_task_insert_utils.h \
  56. @top_srcdir@/src/common/graph.h \
  57. @top_srcdir@/src/common/fxt.h \
  58. @top_srcdir@/src/common/starpu_spinlock.h \
  59. @top_srcdir@/src/common/rbtree_i.h \
  60. @top_srcdir@/src/common/rbtree.h \
  61. @top_srcdir@/src/common/timing.h \
  62. @top_srcdir@/src/common/rwlock.h \
  63. @top_srcdir@/src/common/barrier.h \
  64. @top_srcdir@/src/common/prio_list.h \
  65. @top_srcdir@/src/common/barrier_counter.h \
  66. @top_srcdir@/src/common/uthash.h \
  67. @top_srcdir@/src/common/knobs.h \
  68. @top_srcdir@/src/common/utils.h \
  69. @top_srcdir@/src/common/thread.h \
  70. @top_srcdir@/src/common/list.h \
  71. @top_srcdir@/src/debug/starpu_debug_helpers.h \
  72. @top_srcdir@/src/debug/traces/starpu_fxt.h \
  73. @top_srcdir@/src/starpu_parameters.h \
  74. @top_srcdir@/src/sched_policies/fifo_queues.h \
  75. @top_srcdir@/src/sched_policies/helper_mct.h \
  76. @top_srcdir@/src/sched_policies/sched_component.h \
  77. @top_srcdir@/src/sched_policies/prio_deque.h \
  78. @top_srcdir@/src/core/jobs.h \
  79. @top_srcdir@/src/core/disk_ops/unistd/disk_unistd_global.h \
  80. @top_srcdir@/src/core/dependencies/tags.h \
  81. @top_srcdir@/src/core/dependencies/data_concurrency.h \
  82. @top_srcdir@/src/core/dependencies/implicit_data_deps.h \
  83. @top_srcdir@/src/core/dependencies/cg.h \
  84. @top_srcdir@/src/core/idle_hook.h \
  85. @top_srcdir@/src/core/sched_ctx_list.h \
  86. @top_srcdir@/src/core/perfmodel/multiple_regression.h \
  87. @top_srcdir@/src/core/perfmodel/perfmodel.h \
  88. @top_srcdir@/src/core/perfmodel/regression.h \
  89. @top_srcdir@/src/core/debug.h \
  90. @top_srcdir@/src/core/sched_ctx.h \
  91. @top_srcdir@/src/core/simgrid.h \
  92. @top_srcdir@/src/core/task_bundle.h \
  93. @top_srcdir@/src/core/topology.h \
  94. @top_srcdir@/src/core/combined_workers.h \
  95. @top_srcdir@/src/core/detect_combined_workers.h \
  96. @top_srcdir@/src/core/task.h \
  97. @top_srcdir@/src/core/disk.h \
  98. @top_srcdir@/src/core/sched_policy.h \
  99. @top_srcdir@/src/core/errorcheck.h \
  100. @top_srcdir@/src/core/progress_hook.h \
  101. @top_srcdir@/src/core/drivers.h \
  102. @top_srcdir@/src/core/workers.h
  103. EXAMPLE_PATH = @top_srcdir@/doc/doxygen_dev \
  104. @top_srcdir@/doc/doxygen/chapters
  105. INPUT_FILTER = @top_builddir@/doc/doxygen_dev/doxygen_filter.sh
  106. #LATEX_HEADER = @top_srcdir@/doc/doxygen_dev/refman.tex
  107. #IMAGE_PATH = @top_srcdir@/doc/doxygen_dev/chapters/images