summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-03-24 14:00:30 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2024-03-24 14:00:30 +0100
commit05661d3c9c695eb6ec57b1d8fe72e7274289bc27 (patch)
tree0ed42fd4009c0173edf5a4140172b238a62336bd
parentb85f394224f151809a425e727f6e55bea22816ce (diff)
HAFAS(3pm): remove left-over annotations from T-S-DE-HAFAS
-rw-r--r--lib/Travel/Routing/DE/HAFAS.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Travel/Routing/DE/HAFAS.pm b/lib/Travel/Routing/DE/HAFAS.pm
index a2ea78c..0d9bb43 100644
--- a/lib/Travel/Routing/DE/HAFAS.pm
+++ b/lib/Travel/Routing/DE/HAFAS.pm
@@ -721,18 +721,18 @@ Store HAFAS replies in the provided cache object. This module works with
real-time data, so the object should be configured for an expiry of one to two
minutes.
-=item B<datetime> => I<DateTime object> (station)
+=item B<datetime> => I<DateTime object>
Date and time for itinerary request. Defaults to now.
-=item B<excluded_mots> => [I<mot1>, I<mot2>, ...] (geoSearch, station)
+=item B<excluded_mots> => [I<mot1>, I<mot2>, ...]
By default, all modes of transport (trains, trams, buses etc.) are considered.
If this option is set, all modes appearing in I<mot1>, I<mot2>, ... will
be excluded. The supported modes depend on B<service>, use
B<get_services> or B<get_service> to get the supported values.
-=item B<exclusive_mots> => [I<mot1>, I<mot2>, ...] (geoSearch, station)
+=item B<exclusive_mots> => [I<mot1>, I<mot2>, ...]
If this option is set, only the modes of transport appearing in I<mot1>,
I<mot2>, ... will be considered. The supported modes depend on B<service>,