mirror of
https://github.com/boostorg/python.git
synced 2026-01-21 05:02:17 +00:00
- Forward-declared classes are ignored with AllFromHeader - Bug: now it's possible to exclude classes, functions and enums from AllFromHeader [SVN r18289]
5 lines
78 B
Plaintext
5 lines
78 B
Plaintext
h = AllFromHeader('header_test.h')
|
|
exclude(h.A)
|
|
exclude(h.foo)
|
|
exclude(h.bar)
|