Skip to content

Commit cbfcca4

Browse files
committed
Fixes sphinx doc error
1 parent 921a96b commit cbfcca4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

fortls/objects.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,20 +1143,16 @@ def get_hover(
11431143
"""Construct the hover message for a FUNCTION.
11441144
Two forms are produced here the `long` i.e. the normal for hover requests
11451145
1146-
```
11471146
[MODIFIERS] FUNCTION NAME([ARGS]) RESULT(RESULT_VAR)
11481147
TYPE, [ARG_MODIFIERS] :: [ARGS]
11491148
TYPE, [RESULT_MODIFIERS] :: RESULT_VAR
1150-
```
11511149
11521150
note: intrinsic functions will display slightly different,
11531151
`RESULT_VAR` and its `TYPE` might not always be present
11541152
11551153
short form, used when functions are arguments in functions and subroutines:
11561154
1157-
```
11581155
FUNCTION NAME([ARGS]) :: ARG_LIST_NAME
1159-
```
11601156
11611157
Parameters
11621158
----------

0 commit comments

Comments
 (0)