@@ -503,7 +503,8 @@ def test_domain_cpp_ast_type_definitions():
503
503
check ('type' , '{key}A = B' , {2 : '1A' }, key = 'using' )
504
504
check ('type' , '{key}A = decltype(b)' , {2 : '1A' }, key = 'using' )
505
505
506
- # from breathe#267 (named function parameters for function pointers
506
+ # from https://github.com/breathe-doc/breathe/issues/267
507
+ # (named function parameters for function pointers
507
508
check (
508
509
'type' ,
509
510
'{key}void (*gpio_callback_t)(struct device *port, uint32_t pin)' ,
@@ -865,7 +866,7 @@ def test_domain_cpp_ast_function_definitions():
865
866
{1 : 'f__osR.i' , 2 : '1fRNSt7ostreamEi' },
866
867
)
867
868
868
- # from breathe# 223
869
+ # from https://github.com/ breathe-doc/breathe/issues/ 223
869
870
check ('function' , 'void f(struct E e)' , {1 : 'f__E' , 2 : '1f1E' })
870
871
check ('function' , 'void f(class E e)' , {1 : 'f__E' , 2 : '1f1E' })
871
872
check ('function' , 'void f(typename E e)' , {1 : 'f__E' , 2 : '1f1E' })
@@ -912,7 +913,7 @@ def test_domain_cpp_ast_function_definitions():
912
913
check ('function' , 'template<typename T> int f()' , ids )
913
914
check ('function' , 'template<typename T> f() -> int' , ids )
914
915
915
- # from breathe# 441
916
+ # from https://github.com/ breathe-doc/breathe/issues/ 441
916
917
check (
917
918
'function' ,
918
919
'auto MakeThingy() -> Thingy*' ,
@@ -1349,7 +1350,7 @@ def test_domain_cpp_ast_requires_clauses():
1349
1350
1350
1351
1351
1352
def test_domain_cpp_ast_template_args ():
1352
- # from breathe# 218
1353
+ # from https://github.com/ breathe-doc/breathe/issues/ 218
1353
1354
check (
1354
1355
'function' ,
1355
1356
'template<typename F> void allow(F *f, typename func<F, B, G != 1>::type tt)' ,
0 commit comments