aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/plugin_loader.h
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2014-02-18 10:18:54 +0100
committerTobias Brunner <tobias@strongswan.org>2014-02-18 10:18:54 +0100
commit86865da388f769ca991d6fb5a2ddeb22b5655ca2 (patch)
treec4fe848f0c51805ae4aac558d936983dc0c1bdf0 /src/libstrongswan/plugins/plugin_loader.h
parent1281c297d95b248f14114babb05278f8ca967890 (diff)
downloadstrongswan-86865da388f769ca991d6fb5a2ddeb22b5655ca2.tar.bz2
strongswan-86865da388f769ca991d6fb5a2ddeb22b5655ca2.tar.xz
plugin-loader: Escape <ns> in comment as Doxygen sees this as XML tag
Diffstat (limited to 'src/libstrongswan/plugins/plugin_loader.h')
-rw-r--r--src/libstrongswan/plugins/plugin_loader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstrongswan/plugins/plugin_loader.h b/src/libstrongswan/plugins/plugin_loader.h
index 08a759a00..fec57ce98 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 <ns>.load_modular is enabled (where <ns> is lib->ns) the plugins to
+ * If \<ns>.load_modular is enabled (where \<ns> is lib->ns) the plugins to
* load are determined via a load option in their respective plugin config
- * section e.g. <ns>.plugins.<plugin>.load = <priority|bool>.
+ * section e.g. \<ns>.plugins.\<plugin>.load = <priority|bool>.
* 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.