From 5726e4723473d047977db414b027de6e3d19bed8 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Thu, 15 Aug 2019 10:14:08 +0200 Subject: [PATCH] docs: Make anchors in API html files clickable/linkable MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Use 'id' instead of 'name' for anchors which adds the hidden clickable headerlink helper so it's way simpler to link to a specific part of the docs. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- docs/newapi.xsl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/newapi.xsl b/docs/newapi.xsl index c808fe5ff8..4c7b241659 100644 --- a/docs/newapi.xsl +++ b/docs/newapi.xsl @@ -308,7 +308,7 @@ -

+

         enum 
@@ -357,7 +357,7 @@
   
 
   
-    

+

         struct 
@@ -447,7 +447,7 @@
 
   
     
-    

+

#define 
@@ -558,7 +558,7 @@ -

+

     typedef 
     
@@ -636,7 +636,7 @@
     
     
     
-    

+

     
       
@@ -783,16 +783,16 @@
         

Description

-

Macros

+

Macros

-

Types

+

Types

-

Functions

+

Functions

-- 2.47.2