From be342ad3c5966a851d98cc8d40b6436f8c8cab36 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ralf=20Cors=C3=A9pius?= Date: Sat, 6 Oct 2007 04:39:58 +0200 Subject: [PATCH] Add quotes to \# in doxygen blocks. --- rpmdb/header.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpmdb/header.h b/rpmdb/header.h index c06074c..ef6cc7d 100644 --- a/rpmdb/header.h +++ b/rpmdb/header.h @@ -48,8 +48,8 @@ * changes to the original header. * - (rpm-4.0.3) Private methods (e.g. headerLoad(), headerUnload(), etc.) * to permit header data to be manipulated opaquely through vectors. - * - (rpm-4.0.3) Sanity checks on header data to limit #tags to 65K, - * #bytes to 16Mb, and total metadata size to 32Mb added. + * - (rpm-4.0.3) Sanity checks on header data to limit \#tags to 65K, + * \#bytes to 16Mb, and total metadata size to 32Mb added. * - with addition of tracking dependencies, the package version has been * reverted back to 3. * . -- 2.7.4