diff options
| author | Xavier Claessens <xavier.claessens@collabora.com> | 2023-03-28 10:53:55 -0400 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2023-03-28 14:56:47 -0400 |
| commit | 728c8dce245a4df095e5acab42db769d79efd1ba (patch) | |
| tree | dd3db42aa5b1a220168df43caf535ba9ccc40a6c /docs/refman/templates | |
| parent | 748a1db1f8ea173b6f5841ce17876452424333d4 (diff) | |
| download | meson-728c8dce245a4df095e5acab42db769d79efd1ba.tar.gz | |
doc: Use better name for builtin/return object title
The title is used only in the sidebar. There is no need to have
"extends" information there. For returned objects the actual name is not
meaningful so it's better to use the long name. For builtin objects the
name is important because that's the global variable name.
Diffstat (limited to 'docs/refman/templates')
| -rw-r--r-- | docs/refman/templates/object.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/refman/templates/object.mustache b/docs/refman/templates/object.mustache index ec86034e8..3b6c67950 100644 --- a/docs/refman/templates/object.mustache +++ b/docs/refman/templates/object.mustache @@ -1,6 +1,6 @@ --- short-description: "{{obj_type_name}} object: {{long_name}}" -title: {{name}}{{#extends}} (extends {{.}}){{/extends}} +title: {{title}} render-subpages: false ... # {{long_name}} (`{{name}}`{{#extends}} extends [[@{{.}}]]{{/extends}}) |
