misc Doxygen fixes

* spot/misc/satsolver.hh, spot/tl/formula.hh, spot/twaalgos/hoa.hh,
spot/twaalgos/synthesis.hh, spot/twaalgos/zlktree.hh,
spot/twacube_algos/convert.hh: Typos in Doxygen comments.
This commit is contained in:
Alexandre Duret-Lutz 2022-11-08 15:52:02 +01:00
parent 0f4f7ec287
commit a6c65dff8d
6 changed files with 20 additions and 20 deletions

View file

@ -95,7 +95,7 @@ namespace spot
/// registered in the automaton is not only ignored, but also
/// removed from the alias list stored in the automaton.
///
/// The \a or_str, \a and_str, and \ap_printer arguments are
/// The \a or_str, \a and_str, and \a ap_printer arguments are
/// used to print operators OR, AND, and to print atomic propositions
/// that are not aliases. \a lpar_str and \a rpar_str are used
/// to group conjuncts that appear in a disjunction.
@ -119,7 +119,7 @@ namespace spot
///
/// - If an alias A exists for \a label, `"@A"` is returned.
///
/// - If an alias A exists for the negation of \a label, `"!@A`
/// - If an alias A exists for the negation of \a label, `"!@A"`
/// is returned.
///
/// - If \a label is true or false, `true_str` or `false_str`

View file

@ -1,5 +1,5 @@
// -*- coding: utf-8 -*-
// Copyright (C) 2020-2021 Laboratoire de Recherche et
// Copyright (C) 2020-2022 Laboratoire de Recherche et
// Développement de l'Epita (LRDE).
//
// This file is part of Spot, a model checking library.
@ -36,8 +36,8 @@ namespace spot
/// p -- cond --> q cond in 2^2^AP
/// into a set of transitions of the form
/// p -- {a} --> (p,a) -- o --> q
/// for each a in cond \cap 2^2^I
/// and where o = (cond & a) \cap 2^2^(O)
/// for each a in cond 2^2^I
/// and where o = (cond & a) 2^2^O.
///
/// By definition, the states p are deterministic,
/// only the states of the form

View file

@ -481,7 +481,7 @@ namespace spot
///
/// If \a colored is set, each output transition will have exactly
/// one color, and the output automaton will use at most n+1 colors
/// if the input has n colors. If \colored is unsed (the default),
/// if the input has n colors. If \a colored is unsed (the default),
/// output transitions will use at most one color, and output
/// automaton will use at most n colors.
///