summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPino Toscano <pino@kde.org>2010-02-22 19:05:49 +0100
committerPino Toscano <pino@kde.org>2010-02-22 19:05:49 +0100
commit1a36a7bcc684065478a3ade2c2938f0e3672140a (patch)
treeb293f8b27b6964cd7fbb3e97241f2971e4765719
parent85e052ab7a4c462143325ecf60eebba35411b790 (diff)
[cpp apidox] very small start of intro page
-rw-r--r--cpp/Mainpage.dox9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpp/Mainpage.dox b/cpp/Mainpage.dox
new file mode 100644
index 00000000..34552678
--- /dev/null
+++ b/cpp/Mainpage.dox
@@ -0,0 +1,9 @@
+/**
+ \mainpage The Poppler CPP interface library
+
+ The Poppler CPP interface library, called libpoppler-cpp, is a library that
+ allows C++ programmers to easily load and render PDF files using the Poppler
+ library. Unlike the other Poppler frontends, it has no additional
+ requirements, so can be used in any C++ application.
+
+*/