chiark / gitweb /
Fix minor typo in doxygen.rst
authorLuke Peterson <hazelnusse@gmail.com>
Sat, 29 May 2021 21:53:41 +0000 (14:53 -0700)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 3 Jan 2022 01:36:44 +0000 (02:36 +0100)
doc/documentation/doxygen.rst

index 22cc947e5efed9f82a0c7d9834a804574dac6ee8..d89d38980ef819540f107ec8cd173c9a63c53303 100644 (file)
@@ -551,7 +551,7 @@ column, two items in the right columns, with no submenus:
         ("Pages", 'pages', []),
         ("Namespaces", 'namespaces', [])
     ]
-    'LINKS_NAVBAR2' = [
+    LINKS_NAVBAR2 = [
         ("Classes", 'annotated', []),
         ("Files", 'files', [])
     ]