diff options
Diffstat (limited to 'include/graph.h')
-rw-r--r-- | include/graph.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/graph.h b/include/graph.h index 6d0849d8..bc0d3d15 100644 --- a/include/graph.h +++ b/include/graph.h @@ -17,13 +17,15 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ + /** - * @file graph.h + * @file include/graph.h * @brief GRAPH module header file. * * @addtogroup GRAPH * @{ */ + #ifndef GRAPH_H #define GRAPH_H |