mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
c++: Fix missing platform API Docs
- Fix pre-processor include search path setup so that pre-processing slint.h finds slint_internal.h and (most importantly) slint_generated_public.h for the feature defines. - Add missing documentation that caused doxygen errors.
This commit is contained in:
parent
8c289fe3cc
commit
d681864a3b
2 changed files with 24 additions and 5 deletions
|
@ -65,6 +65,7 @@ EXCLUDE_SYMBOLS = slint::cbindgen_private* slint::private_api* vtable* slint::te
|
|||
EXCLUDE = ../../api/cpp/include/vtable.h ../../api/cpp/include/slint_testing.h
|
||||
ENABLE_PREPROCESSING = YES
|
||||
PREDEFINED += DOXYGEN
|
||||
INCLUDE_PATH = generated_include
|
||||
WARN_AS_ERROR = YES""",
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue