Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update doxygen page #178

Merged
merged 4 commits into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ repositories.

### Generating Documentation

The Doxygen references were created using Doxygen version 1.9.2. To generate the
The Doxygen references were created using Doxygen version 1.9.6. To generate the
Doxygen pages, please run the following command from the root of this
repository:

Expand Down
15 changes: 15 additions & 0 deletions docs/doxygen/pages.dox
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,10 @@ defined.
@subpage httpclient_initializerequestheaders_function <br>
@subpage httpclient_addheader_function <br>
@subpage httpclient_addrangeheader_function <br>
@subpage httpclient_sendhttpheaders_function <br>
@subpage httpclient_sendhttpdata_function <br>
@subpage httpclient_send_function <br>
@subpage httpclient_receiveandparsehttpresponse_function <br>
@subpage httpclient_readheader_function <br>
@subpage httpclient_strerror_function <br>

Expand All @@ -286,10 +289,22 @@ defined.
@snippet core_http_client.h declare_httpclient_addrangeheader
@copydoc HTTPClient_AddRangeHeader

@page httpclient_sendhttpheaders_function HTTPClient_SendHttpHeaders
@snippet core_http_client.h declare_httpclient_sendhttpheaders
@copydoc HTTPClient_SendHttpHeaders

@page httpclient_sendhttpdata_function HTTPClient_SendHttpData
@snippet core_http_client.h declare_httpclient_sendhttpdata
@copydoc HTTPClient_SendHttpData

@page httpclient_send_function HTTPClient_Send
@snippet core_http_client.h declare_httpclient_send
@copydoc HTTPClient_Send

@page httpclient_receiveandparsehttpresponse_function HTTPClient_ReceiveAndParseHttpResponse
@snippet core_http_client.h declare_httpclient_receiveandparsehttpresponse
@copydoc HTTPClient_ReceiveAndParseHttpResponse

@page httpclient_readheader_function HTTPClient_ReadHeader
@snippet core_http_client.h declare_httpclient_readheader
@copydoc HTTPClient_ReadHeader
Expand Down
Loading