mirror of https://github.com/qt/qtgrpc.git
Doc: Exclude auto-generated protobuf wrappers from docs
Auto-generated wrapper headers in `google/protobuf/` produce undocumented property warnings. These thin wrappers around Google's types should reference upstream protobuf documentation rather than duplicate property semantics. Add an `excludefiles` pattern to skip `*.qpb.h` files during documentation generation. Pick-to: 6.10 6.10.1 Task-number: QTBUG-141872 Change-Id: Icf1371dfe2eb727a889e7182c088390345b12603 Reviewed-by: Topi Reinio <topi.reinio@qt.io>
This commit is contained in:
parent
33d1930dfa
commit
531e8b74bf
|
|
@ -64,6 +64,10 @@ depends += qtdoc qtcore qtgui qtcmake qtgrpc qtwidgets qtqml qtquick qtquickcont
|
||||||
../../protobufqttypes \
|
../../protobufqttypes \
|
||||||
../../wellknown
|
../../wellknown
|
||||||
|
|
||||||
|
# Exclude auto-generated Protocol Buffer wrapper headers
|
||||||
|
excludedirs += ../../wellknown/.tmp/google/protobuf
|
||||||
|
internalfilepatterns = wrappers.qpb.h
|
||||||
|
|
||||||
# Add additional documentation dirs
|
# Add additional documentation dirs
|
||||||
sourcedirs += ../../tools/doc
|
sourcedirs += ../../tools/doc
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue