From 8b50a27c323c0a8327c90cc139a6005486e8b834 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 9 Feb 2025 18:38:04 -0500 Subject: Fix doc comment syntax and strict clang build A description here is now required by -Wdocumentation in clang 19. --- include/ingen/Configuration.hpp | 2 +- include/ingen/Serialiser.hpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/ingen/Configuration.hpp b/include/ingen/Configuration.hpp index 4a7168b1..5c4d2841 100644 --- a/include/ingen/Configuration.hpp +++ b/include/ingen/Configuration.hpp @@ -82,7 +82,7 @@ public: /** Parse a command line. * - * @throw OptionError + * @throw OptionError An option is unknown or an option value is invalid. */ void parse(int argc, char **argv); diff --git a/include/ingen/Serialiser.hpp b/include/ingen/Serialiser.hpp index 72941866..6e9d6ad4 100644 --- a/include/ingen/Serialiser.hpp +++ b/include/ingen/Serialiser.hpp @@ -77,14 +77,14 @@ public: /** Serialize an object (graph, block, or port). * - * @throw std::logic_error + * @throw std::logic_error A serialization hasn't been started. */ virtual void serialise(const std::shared_ptr& object, Property::Graph context = Property::Graph::DEFAULT); /** Serialize an arc. * - * @throw std::logic_error + * @throw std::logic_error A serialization hasn't been started. */ virtual void serialise_arc(const Sord::Node& parent, const std::shared_ptr& arc); -- cgit v1.2.1