Skip to content

Commit 2be05d4

Browse files
committed
Don't drop args from macros' anchors
Reverts part of 67f77b1 Macro arg count actually matters, overloads exist
1 parent 68c1d8b commit 2be05d4

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

mkdocstrings/handlers/crystal/items.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -397,10 +397,6 @@ class DocMacro(DocMethod):
397397

398398
METHOD_ID_SEP = ":"
399399

400-
@property
401-
def rel_id(self):
402-
return self.name
403-
404400
@property
405401
def kind(self) -> str:
406402
return "macro"

0 commit comments

Comments
 (0)