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

GH-41410: [C++][FS][Azure][Docs] Add AzureFileSystem to Filesystems API reference #41411

Merged
merged 7 commits into from
May 1, 2024

Commits on Apr 27, 2024

  1. Document AzureFileSystem

    amoeba committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    0a5cbb3 View commit details
    Browse the repository at this point in the history
  2. Fix emdash in azurefs.h

    amoeba committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    703137e View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    4bf06ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98d800a View commit details
    Browse the repository at this point in the history
  3. Fix weird rendering issue

    Before this change, doxygen converts '@\<' to '\&lt;' which doesn't make sense (it removes the @ and leaves a \). If you escape the @, like '\@\<' you get what we want: '@&lt;'.
    amoeba committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0b027a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Fix linter issues

    amoeba committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    0d4564b View commit details
    Browse the repository at this point in the history
  2. Revert list item change

    amoeba committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1e2d3a3 View commit details
    Browse the repository at this point in the history