From f76dea5dbdf6e197477abd7ee32f308810b2c3bd Mon Sep 17 00:00:00 2001 From: Glenn Griffin Date: Thu, 14 Nov 2019 17:03:34 -0800 Subject: [PATCH] Add header styling to the AuthenticatorBuilder rustdoc --- src/authenticator.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/authenticator.rs b/src/authenticator.rs index bdade8f..ae66fda 100644 --- a/src/authenticator.rs +++ b/src/authenticator.rs @@ -139,7 +139,7 @@ impl DeviceFlowAuthenticator { } } -/// Methods available when building any Authenticator. +/// ## Methods available when building any Authenticator. /// ``` /// # async fn foo() { /// # let custom_hyper_client = hyper::Client::new(); @@ -225,7 +225,7 @@ impl AuthenticatorBuilder { } } -/// Methods available when building a device flow Authenticator. +/// ## Methods available when building a device flow Authenticator. /// ``` /// # async fn foo() { /// # let custom_flow_delegate = yup_oauth2::authenticator_delegate::DefaultFlowDelegate; @@ -286,7 +286,7 @@ impl AuthenticatorBuilder { } } -/// Methods available when building an installed flow Authenticator. +/// ## Methods available when building an installed flow Authenticator. /// ``` /// # async fn foo() { /// # use yup_oauth2::InstalledFlowReturnMethod;