summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorPino Toscano <pino@kde.org>2010-02-22 18:52:24 +0100
committerPino Toscano <pino@kde.org>2010-02-22 18:52:24 +0100
commitb01608f91fb6cf6e9c4fb6e6ee3cb57517a766bf (patch)
tree5fe29fde7ae320645b5bbaf9a59be5de79d48659 /cpp
parentf17a7a8cfdeabb3ced3ba8d42c869d892c528e13 (diff)
[cpp apidox] exclude the 'detail' namespace from apidox extraction
this includes also the 'noncopyable' typedef, but that will be handled differently
Diffstat (limited to 'cpp')
-rw-r--r--cpp/poppler-global.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/poppler-global.h b/cpp/poppler-global.h
index 4b08e8dd..1eb1fa3d 100644
--- a/cpp/poppler-global.h
+++ b/cpp/poppler-global.h
@@ -40,6 +40,7 @@
namespace poppler
{
+/// \cond DOXYGEN_SKIP_THIS
namespace detail
{
@@ -56,6 +57,7 @@ private:
}
typedef detail::noncopyable noncopyable;
+/// \endcond
enum rotation_enum { rotate_0, rotate_90, rotate_180, rotate_270 };