mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-24 12:14:26 +00:00
Fix docs.
This commit is contained in:
parent
089e54a09b
commit
891da2f474
@ -2,5 +2,5 @@ add_custom_command(OUTPUT html/index.html
|
||||
COMMAND doxygen
|
||||
COMMAND rm -rf html
|
||||
COMMAND ../sphinx/sphinx-build.py -b html . html
|
||||
DEPENDS Doxyfile conf.py index.rst _templates/layout.html)
|
||||
DEPENDS ../format.h Doxyfile conf.py index.rst _templates/layout.html)
|
||||
add_custom_target(doc DEPENDS html/index.html)
|
||||
|
@ -41,7 +41,7 @@ Write API
|
||||
|
||||
.. doxygenfunction:: fmt::hexu
|
||||
|
||||
.. doxygenfunction:: fmt::pad
|
||||
.. doxygenfunction:: fmt::pad(int, unsigned, Char)
|
||||
|
||||
.. _formatstrings:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user