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

rustdoc: (WIP) Allow the doc generation from compiled crates. #19606

Closed
wants to merge 1 commit into from

Conversation

lifthrasiir
Copy link
Contributor

This is a work in progress and cannot be merged yet (there are several known issues). I want to gather more opinions about this feature, especially because, I came to believe that this is a lot harder than "putting a few more wires in place" and considerably delicate feature to implement.


This commit uses an existing foreign inlining facility to implement the doc generation from compiled crates. At the highest level, this is a huge hack since the metadata doesn't provide everything we need to generate docs.

Fixes #2206. Will fix #15309 once integrated with Makefile.

This commit uses an existing foreign inlining facility to implement
the doc generation from compiled crates. At the highest level,
this is a *huge* hack since the metadata doesn't provide everything
we need to generate docs.

Fixes rust-lang#2206. Will fix rust-lang#15309 once integrated with Makefile.
@tomjakubowski
Copy link
Contributor

cc me

@Gankra
Copy link
Contributor

Gankra commented Jan 2, 2015

r? @alexcrichton

@Gankra
Copy link
Contributor

Gankra commented Jan 2, 2015

Oh actually this is WIP.

I guess I'll close this as inactive. 😞

@Gankra Gankra closed this Jan 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rustdoc should be able to build documentation from compiled crates rustdoc: broken "src" link
3 participants