Skip to content

Commit

Permalink
doxygen fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
pruzko committed Feb 23, 2019
1 parent 3338273 commit 9da9543
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion include/retdec/utils/dynamic_buffer.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file include/retdec/unpacker/dynamic_buffer.h
* @file include/retdec/utils/dynamic_buffer.h
* @brief Declaration of class for buffered data mainpulation.
* @copyright (c) 2017 Avast Software, licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion src/utils/dynamic_buffer.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file src/unpacker/dynamic_buffer.cpp
* @file src/utils/dynamic_buffer.cpp
* @brief Implementation of class for buffered data mainpulation.
* @copyright (c) 2017 Avast Software, licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/unpacker/dynamic_buffer_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <gtest/gtest.h>

#include "retdec/fileformat/fftypes.h"
#include "retdec/unpacker/dynamic_buffer.h"
#include "retdec/utils/dynamic_buffer.h"

using namespace ::testing;
using namespace retdec::utils;
Expand Down
3 changes: 2 additions & 1 deletion tests/unpacker/signature_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@

#include <gtest/gtest.h>

#include "retdec/unpacker/dynamic_buffer.h"
#include "retdec/utils/dynamic_buffer.h"
#include "retdec/unpacker/signature.h"

using namespace ::testing;
using namespace retdec::utils;

namespace retdec {
namespace unpacker {
Expand Down

0 comments on commit 9da9543

Please sign in to comment.