From 37dcf473b7599af7a8a9db6c7d4abe95243bd0f6 Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 24 Jan 2019 01:56:26 -0800 Subject: [PATCH] Remove Language labels from description text Placing these labels in the description text is inconsistent with all the other reference pages and doesn't provide any benefit. --- Language/Functions/Communication/Stream/streamFindUntil.adoc | 2 +- Language/Functions/Communication/Stream/streamSetTimeout.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Language/Functions/Communication/Stream/streamFindUntil.adoc b/Language/Functions/Communication/Stream/streamFindUntil.adoc index 9447096df..da33ed884 100644 --- a/Language/Functions/Communication/Stream/streamFindUntil.adoc +++ b/Language/Functions/Communication/Stream/streamFindUntil.adoc @@ -18,7 +18,7 @@ title: Stream.findUntil() The function returns true if target string is found, false if timed out -This function is part of the Stream class, and is called by any class that inherits from it (Wire, Serial, etc). See the #LANGUAGE# link:../../stream[Stream class] main page for more information. +This function is part of the Stream class, and is called by any class that inherits from it (Wire, Serial, etc). See the link:../../stream[Stream class] main page for more information. [%hardbreaks] diff --git a/Language/Functions/Communication/Stream/streamSetTimeout.adoc b/Language/Functions/Communication/Stream/streamSetTimeout.adoc index 39d623506..d5772ee23 100644 --- a/Language/Functions/Communication/Stream/streamSetTimeout.adoc +++ b/Language/Functions/Communication/Stream/streamSetTimeout.adoc @@ -14,7 +14,7 @@ title: Stream.setTimeout() [float] === Description -`setTimeout()` sets the maximum milliseconds to wait for stream data, it defaults to 1000 milliseconds. This function is part of the Stream class, and is called by any class that inherits from it (Wire, Serial, etc). See the #LANGUAGE# link:../../stream[Stream class] main page for more information. +`setTimeout()` sets the maximum milliseconds to wait for stream data, it defaults to 1000 milliseconds. This function is part of the Stream class, and is called by any class that inherits from it (Wire, Serial, etc). See the link:../../stream[Stream class] main page for more information. [%hardbreaks]