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 doxygen
|
||||||
COMMAND rm -rf html
|
COMMAND rm -rf html
|
||||||
COMMAND ../sphinx/sphinx-build.py -b html . 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)
|
add_custom_target(doc DEPENDS html/index.html)
|
||||||
|
@ -41,7 +41,7 @@ Write API
|
|||||||
|
|
||||||
.. doxygenfunction:: fmt::hexu
|
.. doxygenfunction:: fmt::hexu
|
||||||
|
|
||||||
.. doxygenfunction:: fmt::pad
|
.. doxygenfunction:: fmt::pad(int, unsigned, Char)
|
||||||
|
|
||||||
.. _formatstrings:
|
.. _formatstrings:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user