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

add auto-generated doc links #652

Merged
merged 6 commits into from
Sep 30, 2022
Merged

Conversation

t-bltg
Copy link
Collaborator

@t-bltg t-bltg commented Sep 30, 2022

Fix #651.

julia> using MPI
help?> MPI.API.MPI_Wait
  MPI_Wait(request, status)

    •  MPI_Wait man page https://www.mpich.org/static/docs/latest/www3/MPI_Wait.html

Needs JuliaInterop/Clang.jl#386.

docs/make.jl Outdated Show resolved Hide resolved
gen/src/MPIgenerator.jl Outdated Show resolved Hide resolved
@simonbyrne simonbyrne requested a review from giordano September 30, 2022 17:55
@simonbyrne simonbyrne merged commit 5a9ed4e into JuliaParallel:master Sep 30, 2022
@t-bltg t-bltg deleted the docs_mpi branch September 30, 2022 17:56
@giordano giordano added the API label Sep 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add automatic docstrings to functions in API module
3 participants