Skip to content

Commit 3991571

Browse files
committed
final format
1 parent e550430 commit 3991571

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ makedocs(sitename = "RuntimeGeneratedFunctions.jl",
2222
canonical = "https://docs.sciml.ai/RuntimeGeneratedFunctions/stable/"),
2323
pages = [
2424
"RuntimeGeneratedFunctions.jl: Efficient Staged Compilation" => "index.md",
25-
"API" => "api.md"
25+
"API" => "api.md",
2626
])
2727

2828
deploydocs(;

docs/src/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
```@autodocs
44
Modules = [RuntimeGeneratedFunctions]
5-
```
5+
```

0 commit comments

Comments
 (0)