From: Tobias Brunner Date: Tue, 18 Feb 2014 09:18:54 +0000 (+0100) Subject: plugin-loader: Escape in comment as Doxygen sees this as XML tag X-Git-Tag: 5.1.2rc2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=86865da388f769ca991d6fb5a2ddeb22b5655ca2;p=thirdparty%2Fstrongswan.git plugin-loader: Escape in comment as Doxygen sees this as XML tag --- diff --git a/src/libstrongswan/plugins/plugin_loader.h b/src/libstrongswan/plugins/plugin_loader.h index 08a759a00a..fec57ce981 100644 --- a/src/libstrongswan/plugins/plugin_loader.h +++ b/src/libstrongswan/plugins/plugin_loader.h @@ -67,9 +67,9 @@ struct plugin_loader_t { * for the plugins first, in the order they were added, then the default * path follows. * - * If .load_modular is enabled (where is lib->ns) the plugins to + * If \.load_modular is enabled (where \ is lib->ns) the plugins to * load are determined via a load option in their respective plugin config - * section e.g. .plugins..load = . + * section e.g. \.plugins.\.load = . * The oder is determined by the configured priority. If two plugins have * the same priority the order as seen in list is preserved. Plugins not * found in list are loaded first, in alphabetical order.