-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Generate libcurl-env-dbg.html from libcurl-env-dbg.3 (added in 8.4.0). I did not add a 'Environment vars (debug)' link to the 'Docs' dropdown menu because I think it's too niche. There is a menu entry for 'Environment vars' that links to libcurl-env.html and that page links to libcurl-env-dbg.html. Closes #310
- Loading branch information
Showing
3 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#include "_doctype.html" | ||
<html> | ||
<head> <title>libcurl - environment debug variables</title> | ||
#include "css.t" | ||
#include "manpage.t" | ||
</head> | ||
|
||
#define LIBCURL_DOCS | ||
#define DOCS_ENV | ||
#define CURL_URL libcurl/c/libcurl-env-dbg.html | ||
|
||
#include "_menu.html" | ||
#include "setup.t" | ||
|
||
WHERE3(libcurl, "/libcurl/", API, "/libcurl/c/", Environment debug variables) | ||
|
||
TITLE(Environment variables libcurl DEBUGBUILD understands) | ||
|
||
#include "libcurl-env-dbg.gen" | ||
#include "_footer.html" | ||
|
||
</body> | ||
</html> |