mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
C++, suppress some warnings that can never be fixed
This commit is contained in:
@@ -0,0 +1,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`
|
||||
Reference in New Issue
Block a user