Skip to content

Commit

Permalink
Update doxygen version to 1.8.20 to get some recent bug fixes. (Azure…
Browse files Browse the repository at this point in the history
…#1135)

* Update doxygen version to 1.8.20 to get some recent bug fixes.

* Update the storage docs.

* Revert "Update the storage docs."

This reverts commit 182cd006ffec561a058eee50c053f2340240d7f1.

* Fix a typo to trigger a new CI run.
  • Loading branch information
ahsonkhan authored Sep 3, 2020
1 parent 130953a commit c12a010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/pipelines/templates/jobs/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ jobs:

# Generate Documentation
- pwsh: |
$setupFile="doxygen-1.8.18-setup.exe";
$setupFile="doxygen-1.8.20-setup.exe";
Invoke-WebRequest `
-MaximumRetryCount 10 `
Expand Down
2 changes: 1 addition & 1 deletion sdk/tests/core/test_az_http.c
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ static void test_http_request_removing_left_whitespace_chars(void** state)
header_span,
AZ_SPAN_FROM_STR("body")));

// Nothing but empty name - should hit precondion
// Nothing but empty name - should hit precondition
ASSERT_PRECONDITION_CHECKED(
az_http_request_append_header(&request, AZ_SPAN_FROM_STR(" \t\r"), AZ_SPAN_EMPTY));
}
Expand Down

0 comments on commit c12a010

Please sign in to comment.