From: Peter Krempa Date: Thu, 15 Aug 2019 08:14:08 +0000 (+0200) Subject: docs: Make anchors in API html files clickable/linkable X-Git-Tag: v5.7.0-rc1~219 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5726e4723473d047977db414b027de6e3d19bed8;p=thirdparty%2Flibvirt.git docs: Make anchors in API html files clickable/linkable 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 --- 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