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

doc: allow specifying a separate target path #539

Merged
merged 1 commit into from Feb 9, 2018

Conversation

MathieuDuponchelle
Copy link
Contributor

This reduce the amount of manual tweaking required when
regenerating the doc of the gstreamer bindings, as it is
output in a different path with a different filename.

When the option is not specified, the current behaviour
is preserved.

This reduce the amount of manual tweaking required when
regenerating the doc of the gstreamer bindings, as it is
output in a different path with a different filename.

When the option is not specified, the current behaviour
is preserved.
MathieuDuponchelle added a commit to MathieuDuponchelle/gstreamer-rs that referenced this pull request Feb 9, 2018
Only automatic bindings for now, which is enough to allow
implementing a simple rtsp-server example.

Depends on sdroege/gstreamer-sys#8

Uses a new girr feature proposed at
gtk-rs/gir#539 to make doc regeneration
easier.
let doc_target_path: PathBuf = match args.get_str("--doc-target-path") {
"" => {
match toml.lookup("options.doc_target_path") {
Some(p) => config_dir.join(try!(p.as_result_str("options.doc_target_path"))),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure that it need be relative to config

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ops, forgot that it really need

@EPashkin
Copy link
Member

EPashkin commented Feb 9, 2018

@MathieuDuponchelle Thanks. allowing specify file name too is good idea.

@EPashkin EPashkin merged commit 0185084 into gtk-rs:master Feb 9, 2018
@EPashkin
Copy link
Member

EPashkin commented Feb 9, 2018

I was too fast with merge:
Section "Generating documentation" in https://github.com/gtk-rs/gir/blob/master/README.md need update too.

@EPashkin EPashkin mentioned this pull request Feb 9, 2018
MathieuDuponchelle added a commit to MathieuDuponchelle/gstreamer-rs that referenced this pull request Feb 12, 2018
Only automatic bindings for now, which is enough to allow
implementing a simple rtsp-server example.

Depends on sdroege/gstreamer-sys#8

Uses a new girr feature proposed at
gtk-rs/gir#539 to make doc regeneration
easier.
MathieuDuponchelle added a commit to MathieuDuponchelle/gstreamer-rs that referenced this pull request Feb 12, 2018
Only automatic bindings for now, which is enough to allow
implementing a simple rtsp-server example.

Depends on sdroege/gstreamer-sys#8

Uses a new girr feature proposed at
gtk-rs/gir#539 to make doc regeneration
easier.
MathieuDuponchelle added a commit to MathieuDuponchelle/gstreamer-rs that referenced this pull request Feb 12, 2018
Only automatic bindings for now, which is enough to allow
implementing a simple rtsp-server example.

Depends on sdroege/gstreamer-sys#8

Uses a new girr feature proposed at
gtk-rs/gir#539 to make doc regeneration
easier.
MathieuDuponchelle added a commit to MathieuDuponchelle/gstreamer-rs that referenced this pull request Feb 12, 2018
Only automatic bindings for now, which is enough to allow
implementing a simple rtsp-server example.

Depends on sdroege/gstreamer-sys#8

Uses a new girr feature proposed at
gtk-rs/gir#539 to make doc regeneration
easier.
MathieuDuponchelle added a commit to MathieuDuponchelle/gstreamer-rs that referenced this pull request Feb 12, 2018
Only automatic bindings for now, which is enough to allow
implementing a simple rtsp-server example.

Depends on sdroege/gstreamer-sys#8

Uses a new girr feature proposed at
gtk-rs/gir#539 to make doc regeneration
easier.
MathieuDuponchelle added a commit to MathieuDuponchelle/gstreamer-rs that referenced this pull request Feb 12, 2018
Only automatic bindings for now, which is enough to allow
implementing a simple rtsp-server example.

Depends on sdroege/gstreamer-sys#8

Uses a new gir feature proposed at
gtk-rs/gir#539 to make doc regeneration
easier.
sdroege pushed a commit to sdroege/gstreamer-rs that referenced this pull request Feb 14, 2018
Only automatic bindings for now, which is enough to allow
implementing a simple rtsp-server example.

Depends on sdroege/gstreamer-sys#8

Uses a new gir feature proposed at
gtk-rs/gir#539 to make doc regeneration
easier.

Fixes #80
vhdirk pushed a commit to vhdirk/gir that referenced this pull request Jul 6, 2018
doc: allow specifying a separate target path
charlie-ht pushed a commit to charlie-ht/gstreamer-rs that referenced this pull request Oct 28, 2018
Only automatic bindings for now, which is enough to allow
implementing a simple rtsp-server example.

Depends on sdroege/gstreamer-sys#8

Uses a new gir feature proposed at
gtk-rs/gir#539 to make doc regeneration
easier.

Fixes sdroege#80
JayDouglass pushed a commit to angeleye/gir-files-rs that referenced this pull request Jan 6, 2022
Only automatic bindings for now, which is enough to allow
implementing a simple rtsp-server example.

Depends on sdroege/gstreamer-sys#8

Uses a new gir feature proposed at
gtk-rs/gir#539 to make doc regeneration
easier.

Fixes sdroege/gstreamer-rs#80
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.

None yet

2 participants