aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/doxygen_ignore_runme.py
blob: 9a7b2e5dfa4fdc6ef7d98ab4a12a455b1c86e094 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import doxygen_ignore
import inspect
import comment_verifier

comment_verifier.check(inspect.getdoc(doxygen_ignore.func),
    """\
A contrived example of ignoring too many commands in one comment.






This is specific to **Python**.


Command ignored, but anything here is still included.""")