diff --git a/docs/test_cases/t00034.md b/docs/test_cases/t00034.md index 00e29dc7..f84c3888 100644 --- a/docs/test_cases/t00034.md +++ b/docs/test_cases/t00034.md @@ -13,6 +13,9 @@ diagrams: include: namespaces: - clanguml::t00034 + plantuml: + after: + - "@A(R) --> @A(A) : +la" ``` ## Source code @@ -45,7 +48,8 @@ template <> struct lift_void { // TODO: This is a shortcoming of libclang which parses the type of lift_void_t // alias as unexposed, i.e. no actual reference to T can be inferred without // manually parsing the string 'typename lift_void::type' -// For now, this test validates that the visitor does not crash +// For now, this test validates that the visitor does not crash, the reference +// between R and A has to be provided in the configuration file // template using lift_void_t = typename lift_void::type; diff --git a/docs/test_cases/t00034_class.png b/docs/test_cases/t00034_class.png index 172888ec..25ce0b36 100644 Binary files a/docs/test_cases/t00034_class.png and b/docs/test_cases/t00034_class.png differ