Open
Description
Comments under certain conditions are eaten from the tail of a file.
If a meson.config
file ends with comments, these will be progressively stripped.
For example
i18n = import('i18n')
# NOTE: Remember to add the XML file to POTFILES.in!
#i18n.merge_file(
# input: metainfo_file,
# output: 'com.karurochari.vs.metainfo.xml',
# type: 'xml',
# po_dir: join_paths (meson.project_source_root(), 'po'),
# install: true,
# install_dir: join_paths (get_option ('datadir'), 'metainfo')
#)
is affected
Metadata
Assignees
Labels
No labels