diff options
author | Jade Lovelace <lix@jade.fyi> | 2024-07-31 20:59:33 -0700 |
---|---|---|
committer | Jade Lovelace <lix@jade.fyi> | 2024-08-04 20:41:19 -0700 |
commit | 0f998056fabe314fb4bde296c0970805e086307e (patch) | |
tree | 557375849bda9d1c36e6134b6ea19fcf2b0c2879 /doc | |
parent | 3daeeaefb115f47bf52ae96fa2b3f01842ec0f0f (diff) |
misc docs/meson tidying
The docs page has an incorrect escape that leads to a backslash
appearing in output. Meson stuff is self-explanatory, just shortens and
simplifies a bit.
Change-Id: Ib63adf934efd3caeb82ca82988f230e8858a79f9
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/src/language/advanced-attributes.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/manual/src/language/advanced-attributes.md b/doc/manual/src/language/advanced-attributes.md index ec21b9990..e9006a3ae 100644 --- a/doc/manual/src/language/advanced-attributes.md +++ b/doc/manual/src/language/advanced-attributes.md @@ -326,7 +326,6 @@ Derivations can declare some infrequently used optional attributes. ``` - [`unsafeDiscardReferences`]{#adv-attr-unsafeDiscardReferences}\ - When using [structured attributes](#adv-attr-structuredAttrs), the attribute `unsafeDiscardReferences` is an attribute set with a boolean value for each output name. If set to `true`, it disables scanning the output for runtime dependencies. |