Merge "lib/neutron should provide correct syntax in the comment." into stable/juno

This commit is contained in:
Jenkins 2015-07-14 01:13:21 +00:00 committed by Gerrit Code Review
commit 5a78e1d9fa
1 changed files with 1 additions and 1 deletions

View File

@ -749,7 +749,7 @@ function _configure_neutron_common {
# For addition plugin config files, set ``Q_PLUGIN_EXTRA_CONF_PATH``,
# ``Q_PLUGIN_EXTRA_CONF_FILES``. For example:
#
# ``Q_PLUGIN_EXTRA_CONF_FILES=(file1, file2)``
# ``Q_PLUGIN_EXTRA_CONF_FILES=(file1 file2)``
neutron_plugin_configure_common
if [[ "$Q_PLUGIN_CONF_PATH" == '' || "$Q_PLUGIN_CONF_FILENAME" == '' || "$Q_PLUGIN_CLASS" == '' ]]; then