diff options
author | David Kalnischkies <david@kalnischkies.de> | 2014-02-25 22:10:40 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2014-03-13 13:58:45 +0100 |
commit | 255c9e4b74fe677d723c51d3450869ad45ca5463 (patch) | |
tree | 1d905a20e94c6ff054d1573fe40c0bcd745144e3 /apt-pkg/cachefilter.h | |
parent | be2337962df21addb8386f4262bde0ed0fbcad86 (diff) |
make doxygen more quiet, fix issues and disable latex
Git-Dch: Ignore
Diffstat (limited to 'apt-pkg/cachefilter.h')
-rw-r--r-- | apt-pkg/cachefilter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/cachefilter.h b/apt-pkg/cachefilter.h index 34b7d0b46..81ae1383c 100644 --- a/apt-pkg/cachefilter.h +++ b/apt-pkg/cachefilter.h @@ -47,7 +47,7 @@ public: /** \class PackageArchitectureMatchesSpecification \brief matching against architecture specification strings - The strings are of the format <kernel>-<cpu> where either component, + The strings are of the format \<kernel\>-\<cpu\> where either component, or the whole string, can be the wildcard "any" as defined in debian-policy ยง11.1 "Architecture specification strings". |