Browse code

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

Jenkins authored on 2015/07/14 10:13:21
Showing 1 changed files
... ...
@@ -749,7 +749,7 @@ function _configure_neutron_common {
749 749
     # For addition plugin config files, set ``Q_PLUGIN_EXTRA_CONF_PATH``,
750 750
     # ``Q_PLUGIN_EXTRA_CONF_FILES``.  For example:
751 751
     #
752
-    #    ``Q_PLUGIN_EXTRA_CONF_FILES=(file1, file2)``
752
+    #    ``Q_PLUGIN_EXTRA_CONF_FILES=(file1 file2)``
753 753
     neutron_plugin_configure_common
754 754
 
755 755
     if [[ "$Q_PLUGIN_CONF_PATH" == '' || "$Q_PLUGIN_CONF_FILENAME" == '' || "$Q_PLUGIN_CLASS" == '' ]]; then