Update Doxygen docs for util namespace

This commit is contained in:
Bartek Kryza
2023-06-25 17:53:02 +02:00
parent f1250e5780
commit 46b8c29907
11 changed files with 204 additions and 56 deletions

View File

@@ -73,7 +73,7 @@ TEST_CASE("Test compilation_database should work", "[unit-test]")
REQUIRE(
!contains(ccs.at(0).CommandLine, "-Wno-deprecated-declarations"));
}
catch (clanguml::common::compilation_database_error &e) {
catch (clanguml::error::compilation_database_error &e) {
REQUIRE(false);
}
}
@@ -81,8 +81,8 @@ TEST_CASE("Test compilation_database should work", "[unit-test]")
TEST_CASE("Test compilation_database should throw", "[unit-test]")
{
using clanguml::common::compilation_database;
using clanguml::common::compilation_database_error;
using clanguml::common::compilation_database_ptr;
using clanguml::error::compilation_database_error;
using clanguml::util::contains;
auto cfg = clanguml::config::load(