mirror of
https://github.com/fmtlib/fmt.git
synced 2025-04-02 13:20:15 +00:00
Don't exclude all detail symbols from docs
This commit is contained in:
parent
2805243103
commit
7b50dc0b24
@ -95,8 +95,8 @@ def build_docs(version='dev', **kwargs):
|
|||||||
"FMT_END_NAMESPACE=}}" \
|
"FMT_END_NAMESPACE=}}" \
|
||||||
"FMT_STRING_ALIAS=1" \
|
"FMT_STRING_ALIAS=1" \
|
||||||
"FMT_ENABLE_IF(B)="
|
"FMT_ENABLE_IF(B)="
|
||||||
EXCLUDE_SYMBOLS = fmt::detail::* fmt::formatter fmt::printf_formatter \
|
EXCLUDE_SYMBOLS = fmt::formatter fmt::printf_formatter fmt::arg_join \
|
||||||
fmt::arg_join fmt::basic_format_arg::handle
|
fmt::basic_format_arg::handle
|
||||||
'''.format(include_dir, doxyxml_dir).encode('UTF-8'))
|
'''.format(include_dir, doxyxml_dir).encode('UTF-8'))
|
||||||
if p.returncode != 0:
|
if p.returncode != 0:
|
||||||
raise CalledProcessError(p.returncode, cmd)
|
raise CalledProcessError(p.returncode, cmd)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user