Skip to content

Commit c142b4a

Browse files
committedFeb 25, 2025
#159 Refactor and update header comments
1 parent 8a8072e commit c142b4a

File tree

2 files changed

+30
-52
lines changed

2 files changed

+30
-52
lines changed
 

‎src/forms/dialogedgedichotomization.cpp

+15-26
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,18 @@
1-
/***************************************************************************
2-
SocNetV: Social Network Visualizer
3-
version: 3.2
4-
Written in Qt
5-
6-
dialogedgedichotomization.cpp - description
7-
-------------------
8-
copyright : (C) 2005-2023 by Dimitris B. Kalamaras
9-
project site : https://socnetv.org
10-
11-
***************************************************************************/
12-
13-
/*******************************************************************************
14-
* This program is free software: you can redistribute it and/or modify *
15-
* it under the terms of the GNU General Public License as published by *
16-
* the Free Software Foundation, either version 3 of the License, or *
17-
* (at your option) any later version. *
18-
* *
19-
* This program is distributed in the hope that it will be useful, *
20-
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
21-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
22-
* GNU General Public License for more details. *
23-
* *
24-
* You should have received a copy of the GNU General Public License *
25-
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
26-
********************************************************************************/
1+
/**
2+
* @file dialogedgedichotomization.cpp
3+
* @brief Implements the DialogEdgeDichotomization class for managing edge dichotomization in SocNetV.
4+
* @author Dimitris B. Kalamaras
5+
* @copyright
6+
* Copyright (C) 2005-2024 by Dimitris B. Kalamaras.
7+
* This file is part of SocNetV (Social Network Visualizer).
8+
* @license
9+
* This program is free software: you can redistribute it and/or modify
10+
* it under the terms of the GNU General Public License as published by
11+
* the Free Software Foundation, version 3 or later.
12+
* For more details, see <http://www.gnu.org/licenses/>.
13+
* @see https://socnetv.org
14+
*/
15+
2716

2817
#include "dialogedgedichotomization.h"
2918
#include <QPushButton>

‎src/forms/dialogedgedichotomization.h

+15-26
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,18 @@
1-
/***************************************************************************
2-
SocNetV: Social Network Visualizer
3-
version: 3.2
4-
Written in Qt
5-
6-
dialogedgedichotomization.h - description
7-
-------------------
8-
copyright : (C) 2005-2023 by Dimitris B. Kalamaras
9-
project site : https://socnetv.org
10-
11-
***************************************************************************/
12-
13-
/*******************************************************************************
14-
* This program is free software: you can redistribute it and/or modify *
15-
* it under the terms of the GNU General Public License as published by *
16-
* the Free Software Foundation, either version 3 of the License, or *
17-
* (at your option) any later version. *
18-
* *
19-
* This program is distributed in the hope that it will be useful, *
20-
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
21-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
22-
* GNU General Public License for more details. *
23-
* *
24-
* You should have received a copy of the GNU General Public License *
25-
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
26-
********************************************************************************/
1+
/**
2+
* @file dialogedgedichotomization.h
3+
* @brief Declares the DialogEdgeDichotomization class for managing edge dichotomization in SocNetV.
4+
* @author Dimitris B. Kalamaras
5+
* @copyright
6+
* Copyright (C) 2005-2024 by Dimitris B. Kalamaras.
7+
* This file is part of SocNetV (Social Network Visualizer).
8+
* @license
9+
* This program is free software: you can redistribute it and/or modify
10+
* it under the terms of the GNU General Public License as published by
11+
* the Free Software Foundation, version 3 or later.
12+
* For more details, see <http://www.gnu.org/licenses/>.
13+
* @see https://socnetv.org
14+
*/
15+
2716

2817
#ifndef DIALOGEDGEDICHOTOMIZATION_H
2918
#define DIALOGEDGEDICHOTOMIZATION_H

0 commit comments

Comments
 (0)
Please sign in to comment.