Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fmt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
fmt
Commits
7b50dc0b
Commit
7b50dc0b
authored
Oct 07, 2020
by
Victor Zverovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't exclude all detail symbols from docs
parent
28052431
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/build.py
doc/build.py
+2
-2
No files found.
doc/build.py
View file @
7b50dc0b
...
@@ -95,8 +95,8 @@ def build_docs(version='dev', **kwargs):
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment