mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-06 03:40:16 +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()
|
||||
|
||||
# add missing https://
|
||||
line = line.replace("developer.apple.com","https://developer.apple.com")
|
||||
|
||||
if isTextTag(line):
|
||||
text_line_parts = re.match(r'.*(@text\s*)(.*)', line)
|
||||
return text_line_parts.group(2).lstrip() + " "
|
||||
|
Loading…
x
Reference in New Issue
Block a user