Skip to content

Commit 11ddc5b

Browse files
committed
JSON output: fixed doxygen documentation warnings
1 parent 5d3c93c commit 11ddc5b

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

src/plugins/output/json/src/Config.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* \file src/plugins/output/json/Config.cpp
2+
* \file src/plugins/output/json/src/Config.cpp
33
* \author Lukas Hutak <[email protected]>
44
* \brief Configuration of JSON output plugin (source file)
55
* \date 2018

src/plugins/output/json/src/Config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* \file src/plugins/output/json/Config.hpp
2+
* \file src/plugins/output/json/src/Config.hpp
33
* \author Lukas Hutak <[email protected]>
44
* \brief Configuration of JSON output plugin (header file)
55
* \date 2018

src/plugins/output/json/src/File.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* \file src/plugins/output/json/File.cpp
2+
* \file src/plugins/output/json/src/File.cpp
33
* \author Lukas Hutak <[email protected]>
44
* \brief Configuration of JSON output plugin (source file)
55
* \date 2018

src/plugins/output/json/src/File.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* \file src/plugins/output/json/File.hpp
2+
* \file src/plugins/output/json/src/File.hpp
33
* \author Lukas Hutak <[email protected]>
44
* \brief Configuration of JSON output plugin (source file)
55
* \date 2018

src/plugins/output/json/src/Printer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* \file src/plugins/output/json/Printer.cpp
2+
* \file src/plugins/output/json/src/Printer.cpp
33
* \author Lukas Hutak <[email protected]>
44
* \brief Printer to standard output (source file)
55
* \date 2018

src/plugins/output/json/src/Printer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* \file src/plugins/output/json/Printer.hpp
2+
* \file src/plugins/output/json/src/Printer.hpp
33
* \author Lukas Hutak <[email protected]>
44
* \brief Printer to standard output (header file)
55
* \date 2018

src/plugins/output/json/src/Sender.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* \file src/plugins/output/json/Sender.cpp
2+
* \file src/plugins/output/json/src/Sender.cpp
33
* \author Lukas Hutak <[email protected]>
44
* \brief Sender output (source file)
55
* \date 2018

src/plugins/output/json/src/Sender.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* \file src/plugins/output/json/Sender.hpp
2+
* \file src/plugins/output/json/src/Sender.hpp
33
* \author Lukas Hutak <[email protected]>
44
* \brief Sender output (header file)
55
* \date 2018

src/plugins/output/json/src/Server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* \file src/plugins/output/json/Server.cpp
2+
* \file src/plugins/output/json/src/Server.cpp
33
* \author Lukas Hutak <[email protected]>
44
* \brief Server output
55
*

src/plugins/output/json/src/Server.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* \file src/plugins/output/json/Server.hpp
2+
* \file src/plugins/output/json/src/Server.hpp
33
* \author Lukas Hutak <[email protected]>
44
* \brief Server output (header file)
55
*

0 commit comments

Comments
 (0)