Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LO21_Pin_Noir_Boucher_Bouri_Detree
CellulutLO21
Commits
93e84da5
Commit
93e84da5
authored
Jun 13, 2021
by
Yann Boucher
Browse files
Ajout de petis bouts de documentation manquants
parent
06cff8e2
Pipeline
#79836
passed with stages
in 17 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docs/doxygen.conf
View file @
93e84da5
...
...
@@ -597,7 +597,7 @@ RECURSIVE = YES
# excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag.
EXCLUDE
=
EXCLUDE
=
src
/
gif
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded
...
...
include/configurationloadingdialog.hpp
View file @
93e84da5
...
...
@@ -24,11 +24,14 @@ public:
return
_msg
.
c_str
();
}
};
//! \brief Fenêtre de dialogue permettant de charger une configuration.
class
ConfigurationLoadingDialog
:
public
QDialog
{
Q_OBJECT
public:
//! Construit le ConfigurationLoadingDialog à partir d'un parent et du nom du modèle actuel.
explicit
ConfigurationLoadingDialog
(
const
QString
&
current_model
,
QWidget
*
parent
=
nullptr
);
~
ConfigurationLoadingDialog
();
...
...
include/modelloadingdialog.hpp
View file @
93e84da5
...
...
@@ -31,6 +31,7 @@ class ModelLoadingDialog : public QDialog
Q_OBJECT
public:
//! Construit le ModelLoadingDialog à partir d'un parent.
explicit
ModelLoadingDialog
(
QWidget
*
parent
=
nullptr
);
~
ModelLoadingDialog
();
...
...
include/structurereader.hpp
View file @
93e84da5
...
...
@@ -77,6 +77,7 @@ private:
class
RLEStructureReader
:
public
StructureReader
{
public:
//! \brief Constructeur prenant en argument les données du fichier à lire sous forme de std::string
RLEStructureReader
(
const
std
::
string
&
in_data
)
:
StructureReader
(
in_data
)
{}
...
...
@@ -91,6 +92,7 @@ private:
class
JSONStructureReader
:
public
StructureReader
{
public:
//! \brief Constructeur prenant en argument les données du fichier à lire sous forme de std::string
JSONStructureReader
(
const
std
::
string
&
in_data
)
:
StructureReader
(
in_data
)
{}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment