[gi-docgen/check-ignore: 3/6] template: Fix typo in the function macro check




commit 6fe52da0fa0e1d3d1eaa8cf8256745a05b9239c4
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Fri Jun 11 13:38:06 2021 +0100

    template: Fix typo in the function macro check

 gidocgen/templates/basic/function.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gidocgen/templates/basic/function.html b/gidocgen/templates/basic/function.html
index 5b19b74..08ed87b 100644
--- a/gidocgen/templates/basic/function.html
+++ b/gidocgen/templates/basic/function.html
@@ -20,7 +20,7 @@ SPDX-License-Identifier: Apache-2.0 OR GPL-3.0-or-later
 <div class="section">
   <h5>Function Macros</h5>
   <div class="links">
-  {% for f in namespace.function_macross %}
+  {% for f in namespace.function_macros %}
     <a class="function{% if func.name == f.name %} current{% endif %}" href="func.{{ f.name }}.html">{{ 
f.name }}</a>
   {% endfor %}
   </div>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]