summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-domain-cpp/warn-template-param-qualified-name.rst
blob: 49a650de042bdd69c56d55d97a17260395e0b4a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
.. default-domain:: cpp

.. class:: template<typename T> A

   .. type:: N1 = T::typeOk

   - Not ok, warn: :type:`T::typeWarn`

   .. type:: N2 = T::U::typeOk

   - Not ok, warn: :type:`T::U::typeWarn`