Skip to content

Commit

Permalink
Make sure that patrick's files get documented by doxygen.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovanbentum committed Feb 1, 2019
1 parent 365aeeb commit e9e76de
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Adam/npc.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
#pragma once
// ==========================================================================
//
// File :npc.hpp
//
// ==========================================================================

// this file contains Doxygen lines
///file npc.hpp
#include "Movable.h"
#include "Animated.hpp"
#include "Character.h"
Expand Down
2 changes: 2 additions & 0 deletions Adam/projectile.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#pragma once
/// @file

#include "Movable.h"
#include "Animated.hpp"
#include "fighter.h"
Expand Down
2 changes: 2 additions & 0 deletions Adam/shooter.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#pragma once
/// @file

#include "projectile.hpp"

class shooter
Expand Down

0 comments on commit e9e76de

Please sign in to comment.