Skip to content

Commit d537d5a

Browse files
committed
fix docs
1 parent deec82c commit d537d5a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/Deprecated.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,7 @@ Relatively naive function counting linearly from-to
642642
DevNotes
643643
- Convert to using Graphs shortest path methods instead.
644644
"""
645+
#
645646
function findFactorsBetweenNaive(
646647
dfg::AbstractDFG,
647648
from::Symbol,

src/services/find.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,6 @@ DevNotes
127127
128128
Related
129129
130-
[`findFactorsBetweenNaive`](@ref), `Graphs.dijkstra_shortest_paths`
130+
`Graphs.dijkstra_shortest_paths`
131131
"""
132132
function findShortestPathDijkstra end

0 commit comments

Comments
 (0)