diff --git a/docs/index.rst b/docs/index.rst index 6ad9634f8..a20577a7f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -56,7 +56,8 @@ The documentation is structured as follows: * :doc:`Development guide <./reference/development-guide>` * :doc:`Omnitrace glossary <./reference/omnitrace-glossary>` * :doc:`API library <./doxygen/html/files>` - * :doc:`Functions <./doxygen/html/globals>` + * :doc:`Functions <./doxygen/html/functions>` + * :doc:`Globals <./doxygen/html/globals>` * :doc:`Data structures <./doxygen/html/annotated>` To contribute to the documentation, refer to diff --git a/docs/sphinx/_toc.yml.in b/docs/sphinx/_toc.yml.in index 4c0d0573d..efe4796a2 100644 --- a/docs/sphinx/_toc.yml.in +++ b/docs/sphinx/_toc.yml.in @@ -58,8 +58,10 @@ subtrees: title: Omnitrace glossary - file: doxygen/html/files title: API library - - file: doxygen/html/globals + - file: doxygen/html/functions title: Functions + - file: doxygen/html/globals + title: Globals - file: doxygen/html/annotated title: Data structures