Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.18 KB

File metadata and controls

44 lines (30 loc) · 1.18 KB
  • module1 is only defined in inv: :external:pymodule1
  • module2 is defined here and also in inv, but should resolve to inv: :external:pymodule2
  • module3 is not defined anywhere, so should warn: :external:pymodule3
  • module10 is only defined here, but should still not be resolved to: :external:pymodule10
  • a function in inv: :external:pymodule1.func
  • a method, but with old style inventory prefix, which shouldn't work: :external:pyinv:Foo.bar
  • a non-existing role: :external:pysomething

cpp

  • a type where the default domain is used to find the role: :externalstd::uint8_t
  • a non-existing role in default domain: :externalsomethingElse
  • two roles in std which can be found without a default domain:
    • :externaldocname
    • :externalls -l
  • a function with explicit inventory: :external+inv:cCFunc
  • a class with explicit non-existing inventory, which also has upper-case in name: :external+invNope:cppfoo::Bar
  • explicit title: :external:cppFoonsTitle <foons>