diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/cpp/source/Doxyfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/cpp/source/Doxyfile b/docs/cpp/source/Doxyfile index 3de130d82e..8cc907338f 100644 --- a/docs/cpp/source/Doxyfile +++ b/docs/cpp/source/Doxyfile @@ -39,6 +39,7 @@ INPUT = ../../../torch/csrc/api/include \ ../../../aten/src/ATen/Backend.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/Half.h \ |