mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-31 19:24:48 +02:00
Fix docs
This commit is contained in:
@@ -70,6 +70,7 @@ def build_docs(version='dev', **kwargs):
|
|||||||
EXCLUDE_SYMBOLS = fmt::formatter fmt::printf_formatter fmt::arg_join \
|
EXCLUDE_SYMBOLS = fmt::formatter fmt::printf_formatter 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'))
|
||||||
|
out = out.decode('utf-8')
|
||||||
internal_symbols = [
|
internal_symbols = [
|
||||||
'fmt::detail::.*',
|
'fmt::detail::.*',
|
||||||
'basic_data<>',
|
'basic_data<>',
|
||||||
|
Reference in New Issue
Block a user