Attention is currently required from: Anastasia Klimchuk, Anton Samsonov, Peter Marheine, Thomas Heijligen.
3 comments:
Commit Message:
Oh I see! Maybe you can rename the title as […]
Acknowledged
File doc/sphinx-wrapper.sh:
`$@` means all the command-line parameters, but the parameters needed for this invocation are starting from $5 and until the end?
Yes, `$@` means all the parameters [that are still left]. The script's self path, (denoted by 'sphinx_wrapper' in meson.build), is `$0`. Then there are 2 additional parameters we capture as 'OUTPUT_HOME' and 'MAN_OUTPUTS' in the script, and then `sphinx-build` full path (denoted by 'sphinx' in meson.build), — all 3 are cut from `$@` by `shift 3`, so that only arguments for `sphinx-build` are left.
I know this info is in commit message…
I thought this was self-explanatory from `[ "${SPHINXBUILD_MAJOR}" -ge 4 ]`, but you are right in that there is no such thing as a over-commenting. OK, I'll add it a bit later.
To view, visit change 77778. To unsubscribe, or for help writing mail filters, visit settings.