diff options
author | 2006-10-24 19:33:13 +0000 | |
---|---|---|
committer | 2006-10-24 19:33:13 +0000 | |
commit | 760eb2820f4f76d79d076f22386c7a62f5cf46e6 (patch) | |
tree | 78a7ffd0465795cac9f31c169b7724e694d2352d /paludis/contents.hh | |
parent | 9da6af2d08304f8970aa6107008069f01392c40a (diff) | |
download | paludis-760eb2820f4f76d79d076f22386c7a62f5cf46e6.tar.gz paludis-760eb2820f4f76d79d076f22386c7a62f5cf46e6.tar.xz |
Doxygen 1.5 sucks
Diffstat (limited to 'paludis/contents.hh')
-rw-r--r-- | paludis/contents.hh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/paludis/contents.hh b/paludis/contents.hh index 21cae7a22..8ddbbdc46 100644 --- a/paludis/contents.hh +++ b/paludis/contents.hh @@ -54,6 +54,7 @@ namespace paludis * Base class for a contents entry. * * \ingroup grpcontents + * \nosubgrouping */ class ContentsEntry : private InstantiationPolicy<ContentsEntry, instantiation_method::NonCopyableTag>, @@ -93,6 +94,7 @@ namespace paludis * A file contents entry. * * \ingroup grpcontents + * \nosubgrouping */ class ContentsFileEntry : public ContentsEntry, @@ -111,6 +113,7 @@ namespace paludis * A directory contents entry. * * \ingroup grpcontents + * \nosubgrouping */ class ContentsDirEntry : public ContentsEntry, @@ -129,6 +132,7 @@ namespace paludis * A misc contents entry. * * \ingroup grpcontents + * \nosubgrouping */ class ContentsMiscEntry : public ContentsEntry, @@ -147,6 +151,7 @@ namespace paludis * A sym contents entry. * * \ingroup grpcontents + * \nosubgrouping */ class ContentsSymEntry : public ContentsEntry, @@ -174,6 +179,7 @@ namespace paludis * A package's contents. * * \ingroup grpcontents + * \nosubgrouping */ class Contents : private InstantiationPolicy<Contents, instantiation_method::NonCopyableTag>, |