Commit 69dc3a85 authored by Victor Zverovich's avatar Victor Zverovich

Fix docs

parent 27f4cdd5
...@@ -128,7 +128,7 @@ times and reduces binary code size compared to a fully parameterized version. ...@@ -128,7 +128,7 @@ times and reduces binary code size compared to a fully parameterized version.
.. doxygenclass:: fmt::basic_format_args .. doxygenclass:: fmt::basic_format_args
:members: :members:
.. doxygenstruct:: fmt::format_args .. doxygentypedef:: fmt::format_args
.. doxygenclass:: fmt::basic_format_arg .. doxygenclass:: fmt::basic_format_arg
:members: :members:
......
...@@ -56,6 +56,11 @@ div.sphinxsidebar { ...@@ -56,6 +56,11 @@ div.sphinxsidebar {
padding: 0; padding: 0;
} }
// Override center alignment in tables.
td {
text-align: left;
}
p.rubric { p.rubric {
margin-top: 10px; margin-top: 10px;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment