Skip to content

Commit

Permalink
libcurl/c: add the related "box" on several pages
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jul 2, 2024
1 parent a239530 commit 7ccb20a
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 2 deletions.
6 changes: 6 additions & 0 deletions libcurl/c/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
WHERE2(libcurl, "/libcurl/", API)

TITLE(The libcurl API)
<div class="relatedbox">
<b>Related:</b>
<br><a href="allfuncs.html">All functions</a>
<br><a href="example.html">Examples</a>
</div>

<p>
Read <a href="libcurl.html">the libcurl API overview</a> and
<a href="libcurl-tutorial.html">the libcurl tutorial</a> to get a general
Expand Down
4 changes: 3 additions & 1 deletion libcurl/c/_libcurl-easy.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@
TITLE(Easy interface overview)
<div class="relatedbox">
<b>Related:</b>
<br><a href="allfuncs.html">All functions</a>
<br><a href="./">API</a>
<br><a href="easy_setopt_options.html">curl_easy_setopt options</a>
<br><a href="easy_getinfo_options.html">curl_easy_getinfo options</a>
<br><a href="./">API</a>
<br><a href="example.html">Examples</a>
</div>
#include "libcurl-easy.gen"
#include "_footer.html"
Expand Down
6 changes: 6 additions & 0 deletions libcurl/c/_libcurl-multi.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@

WHERE3(libcurl, "/libcurl/", API, "/libcurl/c/", multi interface)
TITLE(multi interface overview)
<div class="relatedbox">
<b>Related:</b>
<br><a href="allfuncs.html">All functions</a>
<br><a href="./">API</a>
<br><a href="example.html">Examples</a>
</div>
#include "libcurl-multi.gen"
#include "_footer.html"

Expand Down
6 changes: 6 additions & 0 deletions libcurl/c/_libcurl-share.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@

WHERE3(libcurl, "/libcurl/", API, "/libcurl/c/", share interface)
TITLE(share interface overview)
<div class="relatedbox">
<b>Related:</b>
<br><a href="allfuncs.html">All functions</a>
<br><a href="./">API</a>
<br><a href="example.html">Examples</a>
</div>
#include "libcurl-share.gen"
#include "_footer.html"

Expand Down
3 changes: 2 additions & 1 deletion libcurl/c/_libcurl-tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
TITLE(libcurl programming tutorial)
<div class="relatedbox">
<b>Related:</b>
<br><a href="example.html">Examples</a>
<br><a href="allfuncs.html">All functions</a>
<br><a href="./">API</a>
<br><a href="example.html">Examples</a>
</div>

#include "libcurl-tutorial.gen"
Expand Down
6 changes: 6 additions & 0 deletions libcurl/c/_libcurl-url.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@

WHERE3(libcurl, "/libcurl/", API, "/libcurl/c/", URL parsing interface)
TITLE(URL parsing interface overview)
<div class="relatedbox">
<b>Related:</b>
<br><a href="allfuncs.html">All functions</a>
<br><a href="./">API</a>
<br><a href="example.html">Examples</a>
</div>
#include "libcurl-url.gen"
#include "_footer.html"

Expand Down
6 changes: 6 additions & 0 deletions libcurl/c/_libcurl-ws.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@

WHERE3(libcurl, "/libcurl/", API, "/libcurl/c/", WebSocket interface)
TITLE(WebSocket interface overview)
<div class="relatedbox">
<b>Related:</b>
<br><a href="allfuncs.html">All functions</a>
<br><a href="./">API</a>
<br><a href="example.html">Examples</a>
</div>
#include "libcurl-ws.gen"
#include "_footer.html"

Expand Down
5 changes: 5 additions & 0 deletions libcurl/c/_libcurl.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
WHERE3(libcurl, "/libcurl/", API, "/libcurl/c/", overview)

TITLE(libcurl API overview)
<div class="relatedbox">
<b>Related:</b>
<br><a href="allfuncs.html">All functions</a>
<br><a href="example.html">Examples</a>
</div>
#include "libcurl.gen"
#include "_footer.html"

Expand Down

0 comments on commit 7ccb20a

Please sign in to comment.