From 9e2229b9b19b69baf7f2b1406caf1b10b2e272ec Mon Sep 17 00:00:00 2001 From: Alex Rousskov Date: Sun, 11 Sep 2011 16:21:35 -0600 Subject: [PATCH] Fixed n_strands comment to use the right doxygen syntax. --- src/structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structs.h b/src/structs.h index 359b44d7ce..bc17e31639 100644 --- a/src/structs.h +++ b/src/structs.h @@ -524,7 +524,7 @@ struct SquidConfig { RefCount *swapDirs; int n_allocated; int n_configured; - ///< number of disk processes required to support all cache_dirs + /// number of disk processes required to support all cache_dirs int n_strands; } cacheSwap; /* -- 2.47.3