Skip to content

Commit

Permalink
minor doxygen fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elstehle committed Jul 13, 2022
1 parent eccf970 commit 9fe8e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/io/fst/device_dfa.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9fe8e4b

Please sign in to comment.