From 9fe8e4b6e2c527e471d9627369e72595ef3e452c Mon Sep 17 00:00:00 2001 From: Elias Stehle <3958403+elstehle@users.noreply.github.com> Date: Tue, 14 Jun 2022 03:12:35 -0700 Subject: [PATCH] minor doxygen fix --- cpp/src/io/fst/device_dfa.cuh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/io/fst/device_dfa.cuh b/cpp/src/io/fst/device_dfa.cuh index d3f0e8be213..10c3b9ac814 100644 --- a/cpp/src/io/fst/device_dfa.cuh +++ b/cpp/src/io/fst/device_dfa.cuh @@ -29,8 +29,8 @@ namespace fst { * @brief Uses a deterministic finite automaton to transduce a sequence of symbols from an input * iterator to a sequence of transduced output symbols. * - * @tparam SymbolItT Random-access input iterator type to symbols fed into the FST * @tparam DfaT The DFA specification + * @tparam SymbolItT Random-access input iterator type to symbols fed into the FST * @tparam TransducedOutItT Random-access output iterator to which the transduced output will be * written * @tparam TransducedIndexOutItT Random-access output iterator type to which the indexes of the