]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
plugin-loader: Escape <ns> in comment as Doxygen sees this as XML tag
authorTobias Brunner <tobias@strongswan.org>
Tue, 18 Feb 2014 09:18:54 +0000 (10:18 +0100)
committerTobias Brunner <tobias@strongswan.org>
Tue, 18 Feb 2014 09:18:54 +0000 (10:18 +0100)
src/libstrongswan/plugins/plugin_loader.h

index 08a759a00acafaf1a602f77f6c7a4e9c535d000e..fec57ce981ee9f59b4ba32e5c6bec3128712950d 100644 (file)
@@ -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.