mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-14 09:39:55 +00:00
doc: fix web links from source code
This commit is contained in:
parent
a8681bdb71
commit
c0947075b6
@ -56,6 +56,9 @@ def processTextLine(line):
|
|||||||
|
|
||||||
line.rstrip()
|
line.rstrip()
|
||||||
|
|
||||||
|
# add missing https://
|
||||||
|
line = line.replace("developer.apple.com","https://developer.apple.com")
|
||||||
|
|
||||||
if isTextTag(line):
|
if isTextTag(line):
|
||||||
text_line_parts = re.match(r'.*(@text\s*)(.*)', line)
|
text_line_parts = re.match(r'.*(@text\s*)(.*)', line)
|
||||||
return text_line_parts.group(2).lstrip() + " "
|
return text_line_parts.group(2).lstrip() + " "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user