diff options
author | David Robillard <d@drobilla.net> | 2020-02-29 19:58:19 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-03-01 20:32:23 +0100 |
commit | 1950f1e8dc21f5987d2e8a81a16e491933e99830 (patch) | |
tree | 716e301faaea6bb671b8e76954c5419861f506f5 /doc | |
parent | 40805c1ff90bf7c5917605cb71c701abc2d66313 (diff) | |
download | pugl-1950f1e8dc21f5987d2e8a81a16e491933e99830.tar.gz pugl-1950f1e8dc21f5987d2e8a81a16e491933e99830.tar.bz2 pugl-1950f1e8dc21f5987d2e8a81a16e491933e99830.zip |
Fix documentation grouping
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mainpage.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mainpage.md b/doc/mainpage.md index b16551a..2e90050 100644 --- a/doc/mainpage.md +++ b/doc/mainpage.md @@ -1,6 +1,6 @@ This is the API documentation for Pugl. The complete C API is documented in the [Pugl](@ref pugl) group, -and the C++ wrapper in the [Puglmm](@ref puglmm) group. +and the C++ wrapper in the [Puglxx](@ref puglxx) group. The Pugl API revolves around two main objects: the [World](@ref world) and the [View](@ref view). |