Skip to content

Commit

Permalink
cleanup: Add a moduledoc for LegToSegmentHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlarson committed Dec 11, 2024
1 parent 5caf9b7 commit b200b37
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/dotcom/trip_plan/leg_to_segment_helper.ex
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
defmodule Dotcom.TripPlan.LegToSegmentHelper do
@moduledoc"""
A simple algorithm to convert legs as returned by Open Trip Planner
into segments to be displayed by our trip planner tool.
"""

alias Dotcom.TripPlan.{PersonalDetail, TransitDetail}

def legs_to_segments(legs) do
Expand Down

0 comments on commit b200b37

Please sign in to comment.