mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
lsp: Fix online docs links for interfaces
This commit is contained in:
parent
24eed1048e
commit
8dfa10019b
1 changed files with 1 additions and 1 deletions
|
@ -549,7 +549,7 @@ class Interface(GirNode, GirType):
|
||||||
@property
|
@property
|
||||||
def online_docs(self) -> T.Optional[str]:
|
def online_docs(self) -> T.Optional[str]:
|
||||||
if ns := self.get_containing(Namespace).online_docs:
|
if ns := self.get_containing(Namespace).online_docs:
|
||||||
return f"{ns}interface.{self.name}.html"
|
return f"{ns}iface.{self.name}.html"
|
||||||
else:
|
else:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue