Skip to content

Commit

Permalink
Fix component documentation section
Browse files Browse the repository at this point in the history
Doxygen modules were renamed to topics to avoid confusion with C++20
modules.
  • Loading branch information
oblivioncth committed Dec 3, 2023
1 parent e07e498 commit e83f18d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/cmake/file_templates/mainpage.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Packaging
----------
Qx is provided as a CMake package containing several component libraries that roughly follow the scope and grouping of Qt modules, with Core being the primary component.

See the [Components Index](modules.html) for a list of available components (**NOTE**: Some of these are platform dependent).
See the [Components Index](topics.html) for a list of available components (**NOTE**: Some of these are platform dependent).

When importing the library package with CMake it is recommended to only include the components you need for a particular application in order to minimize the size of your build.

Expand Down
6 changes: 5 additions & 1 deletion doc/res/DoxygenLayout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
<tab type="mainpage" visible="yes" title=""/>
<tab type="user" url="https://github.com/oblivioncth/Qx/releases" title="Downloads"/>
<tab type="pages" visible="yes" title="" intro=""/>
<tab type="modules" visible="yes" title="Components" intro="Here is a list of the components in Qx:"/>
<tab type="topics" visible="yes" title="Components" intro="Here is a list of the components in Qx:"/>
<tab type="modules" visible="yes" title="" intro="">
<tab type="modulelist" visible="yes" title="" intro=""/>
<tab type="modulemembers" visible="yes" title="" intro=""/>
</tab>
<tab type="namespacelist" visible="yes" title="Namespaces" intro=""/>
<tab type="interfaces" visible="yes" title="">
<tab type="interfacelist" visible="yes" title="" intro=""/>
Expand Down

0 comments on commit e83f18d

Please sign in to comment.