mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-27 20:42:25 +00:00
Include the language reference in the C++ docs
It's still a bit buggy but better than nothing
This commit is contained in:
parent
f610957de0
commit
6ea46aa7e4
1 changed files with 2 additions and 2 deletions
|
@ -836,7 +836,7 @@ WARN_LOGFILE =
|
||||||
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
||||||
# Note: If this tag is empty the current directory is searched.
|
# Note: If this tag is empty the current directory is searched.
|
||||||
|
|
||||||
INPUT = @CMAKE_CURRENT_SOURCE_DIR@/../README.md @CMAKE_CURRENT_SOURCE_DIR@/../include/
|
INPUT = @CMAKE_CURRENT_SOURCE_DIR@/../README.md @CMAKE_CURRENT_SOURCE_DIR@/../../../docs/langref.md @CMAKE_CURRENT_SOURCE_DIR@/../include/
|
||||||
|
|
||||||
# This tag can be used to specify the character encoding of the source files
|
# This tag can be used to specify the character encoding of the source files
|
||||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
||||||
|
@ -2172,7 +2172,7 @@ SEARCH_INCLUDES = YES
|
||||||
# preprocessor.
|
# preprocessor.
|
||||||
# This tag requires that the tag SEARCH_INCLUDES is set to YES.
|
# This tag requires that the tag SEARCH_INCLUDES is set to YES.
|
||||||
|
|
||||||
INCLUDE_PATH = ${CMAKE_CURRENT_BINARY_DIR}/include
|
INCLUDE_PATH = @CMAKE_CURRENT_BINARY_DIR@/include @CMAKE_CURRENT_SOURCE_DIR@/..
|
||||||
|
|
||||||
# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
|
# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
|
||||||
# patterns (like *.h and *.hpp) to filter out the header-files in the
|
# patterns (like *.h and *.hpp) to filter out the header-files in the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue