diff options
Diffstat (limited to 'docs/cpp/source/Doxyfile')
-rw-r--r-- | docs/cpp/source/Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cpp/source/Doxyfile b/docs/cpp/source/Doxyfile index be18663c1d..1ae51b5910 100644 --- a/docs/cpp/source/Doxyfile +++ b/docs/cpp/source/Doxyfile @@ -37,14 +37,12 @@ INPUT = ../../../torch/csrc/api/include \ ../../../torch/csrc/jit/script/module.h \ ../../../aten/src/ATen/ATen.h \ ../../../aten/src/ATen/Backend.h \ - ../../../aten/src/ATen/Device.h \ ../../../aten/src/ATen/DeviceGuard.h \ ../../../aten/src/ATen/Layout.h \ ../../../aten/src/ATen/OptionsGuard.h \ ../../../aten/src/ATen/Scalar.h \ ../../../aten/src/ATen/TensorOptions.h \ ../../../aten/src/ATen/core/ArrayRef.h \ - ../../../aten/src/ATen/core/DeviceType.h \ ../../../aten/src/ATen/core/Half.h \ ../../../aten/src/ATen/core/ScalarType.h \ ../../../aten/src/ATen/core/Tensor.h \ @@ -58,6 +56,8 @@ INPUT = ../../../torch/csrc/api/include \ ../../../aten/src/ATen/mkl/Descriptors.h \ ../../../c10/util/Optional.h \ ../../../c10/util/Exception.h \ + ../../../c10/Device.h \ + ../../../c10/DeviceType.h \ ../../../build/aten/src/ATen/Functions.h # Don't include .cpp files! FILE_PATTERNS = *.h |