Compare commits

...

3 Commits

@ -1638,7 +1638,7 @@ DISABLE_INDEX = NO
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
GENERATE_TREEVIEW = YES
GENERATE_TREEVIEW = NO
# When both GENERATE_TREEVIEW and DISABLE_INDEX are set to YES, then the
# FULL_SIDEBAR option determines if the side bar is limited to only the treeview

@ -3,11 +3,11 @@
<!-- Navigation index tabs for HTML output -->
<navindex>
<tab type="mainpage" visible="yes" title=""/>
<tab type="pages" visible="yes" title="" intro=""/>
<tab type="usergroup" show-subpages="yes" visible="yes" url="\ref Settings" title="Settings">
<tab type="user" visible="yes" url="\ref ini_config" title="Configuration"/>
<tab type="user" visible="yes" url="\ref Settings_src" title="Implementation"/>
</tab>
<tab type="pages" visible="no" title="" intro=""/>
<tab type="user" visible="yes" url="\ref ini_config" title="Configuration"/>
<!--<tab type="usergroup" show-subpages="yes" visible="yes" url="\ref Settings" title="Settings">
</tab>-->
<!--<tab type="modules" visible="yes" title="" intro=""/>
<tab type="namespaces" visible="yes" title="">
<tab type="namespacelist" visible="yes" title="" intro=""/>
@ -20,8 +20,6 @@
<tab type="interfaceindex" visible="$ALPHABETICAL_INDEX" title=""/>
<tab type="interfacehierarchy" visible="yes" title="" intro=""/>
</tab>-->
<tab type="classlist" visible="yes" title="Classes" intro=""/>
<tab type="globals" visible="yes" title="Globals" intro=""/>
<!--<tab type="classes" visible="yes" title="">
<tab type="classindex" visible="$ALPHABETICAL_INDEX" title=""/>
<tab type="hierarchy" visible="yes" title="" intro=""/>
@ -37,7 +35,13 @@
<tab type="exceptionindex" visible="$ALPHABETICAL_INDEX" title=""/>
<tab type="exceptionhierarchy" visible="yes" title="" intro=""/>
</tab>-->
<tab type="filelist" visible="yes" title="" intro=""/>
<tab type="usergroup" show-subpages="yes" visible="yes" url="[none]" title="Dev">
<tab type="user" visible="yes" url="\ref todo" title="Todo List"/>
<tab type="classlist" visible="yes" title="Classes" intro=""/>
<!--<tab type="globals" visible="yes" title="Globals" intro="Here is a list of all global file members with links to the files they belong to:"/>-->
<tab type="user" visible="yes" url="\ref Settings_src" title="Settings Implementation"/>
<tab type="filelist" visible="yes" title="" intro=""/>
</tab>
<!--<tab type="files" visible="yes" title="">
</tab>-->
<!--

@ -17,7 +17,6 @@
#include <QMainWindow>
#include <QMessageBox>
#include <QPushButton>
#include <QSettings>
#include <QStandardPaths>
#include <QTextStream>
@ -29,8 +28,9 @@ namespace Ui { class MainWindow; }
QT_END_NAMESPACE
/*!
* \todo add documentation page (group) for #highscore functions!
* \todo add documentation to #MainWindow class
* \todo
* - add documentation page (group) for #highscore functions!
* - add documentation to #MainWindow class
*/
/*!

@ -8,7 +8,6 @@
#include <set>
#include <vector>
#include <QSettings>
#include <QString>
#include "settings.hpp"

Loading…
Cancel
Save