Commit 8cffc1b8df89066133c9e850ea6267f6039bccee
Committed by
Moritz Wirger
1 parent
a9fb2231
Address review comments, make doxygen include paths match.
Showing
2 changed files
with
16 additions
and
16 deletions
Doxyfile
| ... | ... | @@ -171,7 +171,7 @@ STRIP_FROM_PATH = |
| 171 | 171 | # specify the list of include paths that are normally passed to the compiler |
| 172 | 172 | # using the -I flag. |
| 173 | 173 | |
| 174 | -STRIP_FROM_INC_PATH = | |
| 174 | +STRIP_FROM_INC_PATH = include | |
| 175 | 175 | |
| 176 | 176 | # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but |
| 177 | 177 | # less readable) file names. This can be useful is your file systems doesn't | ... | ... |
src/HueLight.cpp
| 1 | 1 | /** |
| 2 | - \file HueLight.cpp | |
| 3 | - Copyright Notice\n | |
| 4 | - Copyright (C) 2017 Jan Rogall - developer\n | |
| 5 | - Copyright (C) 2017 Moritz Wirger - developer\n | |
| 2 | + \file HueLight.cpp | |
| 3 | + Copyright Notice\n | |
| 4 | + Copyright (C) 2017 Jan Rogall - developer\n | |
| 5 | + Copyright (C) 2017 Moritz Wirger - developer\n | |
| 6 | 6 | |
| 7 | - This file is part of hueplusplus. | |
| 7 | + This file is part of hueplusplus. | |
| 8 | 8 | |
| 9 | - hueplusplus is free software: you can redistribute it and/or modify | |
| 10 | - it under the terms of the GNU Lesser General Public License as published by | |
| 11 | - the Free Software Foundation, either version 3 of the License, or | |
| 12 | - (at your option) any later version. | |
| 9 | + hueplusplus is free software: you can redistribute it and/or modify | |
| 10 | + it under the terms of the GNU Lesser General Public License as published by | |
| 11 | + the Free Software Foundation, either version 3 of the License, or | |
| 12 | + (at your option) any later version. | |
| 13 | 13 | |
| 14 | - hueplusplus is distributed in the hope that it will be useful, | |
| 15 | - but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 16 | - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 17 | - GNU Lesser General Public License for more details. | |
| 14 | + hueplusplus is distributed in the hope that it will be useful, | |
| 15 | + but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 16 | + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 17 | + GNU Lesser General Public License for more details. | |
| 18 | 18 | |
| 19 | - You should have received a copy of the GNU Lesser General Public License | |
| 20 | - along with hueplusplus. If not, see <http://www.gnu.org/licenses/>. | |
| 19 | + You should have received a copy of the GNU Lesser General Public License | |
| 20 | + along with hueplusplus. If not, see <http://www.gnu.org/licenses/>. | |
| 21 | 21 | **/ |
| 22 | 22 | |
| 23 | 23 | #include "hueplusplus/HueLight.h" | ... | ... |