From 2fe4711eb44162724c9ee83ede3161326192da8a Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 15 Nov 2018 23:45:31 -0800 Subject: Revert "Remove OptionsGuard from ATen (#13738)" (#14082) Summary: This reverts commit 37cb357d8da3427900b8f72f6de7e77b77dcdbae. Try to see if it unbreaks master Pull Request resolved: https://github.com/pytorch/pytorch/pull/14082 Differential Revision: D13095888 Pulled By: bddppq fbshipit-source-id: c728f80f233b4d9daaf65f43202d8104651029a9 --- docs/cpp/source/Doxyfile | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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 \ -- cgit v1.2.3