We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd064c commit 5c97cd9Copy full SHA for 5c97cd9
src/sphinx_fortran_domain/lexers/__init__.py
@@ -8,7 +8,7 @@
8
@dataclass(frozen=True)
9
class SourceLocation:
10
path: str
11
- lineno: int
+ lineno: int # 1-based line number in the original source file
12
13
14
0 commit comments