aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-05-24 09:16:08 -0400
committerDavid Robillard <d@drobilla.net>2021-05-24 09:42:59 -0400
commit3d78a073d90d8f232604fbdc76a6a583ffab364b (patch)
tree75233415a2ad06ae2927eb7118655c52a4490c15 /doc
parent07ba65842428ad50367847c7236881d814620ef4 (diff)
downloadpugl-3d78a073d90d8f232604fbdc76a6a583ffab364b.tar.gz
pugl-3d78a073d90d8f232604fbdc76a6a583ffab364b.tar.bz2
pugl-3d78a073d90d8f232604fbdc76a6a583ffab364b.zip
Consistently refer to C++ as "cpp" and fix installation
Diffstat (limited to 'doc')
-rw-r--r--doc/cpp/index.rst2
-rw-r--r--doc/cpp/meson.build4
-rw-r--r--doc/cpp/overview.rst2
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/cpp/index.rst b/doc/cpp/index.rst
index b11d028..76f45af 100644
--- a/doc/cpp/index.rst
+++ b/doc/cpp/index.rst
@@ -9,4 +9,4 @@ Pugl
deployment
overview
api/pugl
- api/puglxx
+ api/puglpp
diff --git a/doc/cpp/meson.build b/doc/cpp/meson.build
index d8bae11..ad25319 100644
--- a/doc/cpp/meson.build
+++ b/doc/cpp/meson.build
@@ -31,7 +31,7 @@ docs = custom_target(
output: 'singlehtml',
build_by_default: true,
install: true,
- install_dir: docdir / 'puglxx-0')
+ install_dir: docdir / 'puglpp-0')
docs = custom_target(
'C++ API Documentation (html)',
@@ -40,4 +40,4 @@ docs = custom_target(
output: 'html',
build_by_default: true,
install: true,
- install_dir: docdir / 'puglxx-0')
+ install_dir: docdir / 'puglpp-0')
diff --git a/doc/cpp/overview.rst b/doc/cpp/overview.rst
index 1928fba..faa265d 100644
--- a/doc/cpp/overview.rst
+++ b/doc/cpp/overview.rst
@@ -15,7 +15,7 @@ The C++ bindings are very lightweight and do not require virtual functions,
RTTI,
exceptions,
or linking to the C++ standard library.
-They are provided by the package ``puglxx-0`` which must be used in addition to the desired platform+backend package above.
+They are provided by the package ``puglpp-0`` which must be used in addition to the desired platform+backend package above.
The core API (excluding backend-specific components) is declared in ``pugl.hpp``: