Remove redundant/false doxygen comments

This commit is contained in:
Paul Fd 2020-03-14 12:54:55 +01:00
parent b62760eff8
commit 205f7c09af
3 changed files with 0 additions and 14 deletions

View file

@ -6,10 +6,7 @@
/** /**
* @file MathHelpers.h * @file MathHelpers.h
* @author Paul Ferrand (paul@ferrand.cc)
* @brief Contains math helper functions and math constants * @brief Contains math helper functions and math constants
* @version 0.1
* @date 2019-11-23
*/ */
#pragma once #pragma once
#include "Config.h" #include "Config.h"

View file

@ -6,7 +6,6 @@
/** /**
* @file SIMDHelpers.h * @file SIMDHelpers.h
* @author Paul Ferrand (paul@ferrand.cc)
* @brief This file contains useful functions to treat buffers of numerical values * @brief This file contains useful functions to treat buffers of numerical values
* (e.g. a buffer of floats usually). * (e.g. a buffer of floats usually).
* *
@ -31,11 +30,6 @@
* instructions so that scalar non-SIMD code runs sometimes much more efficiently than SIMD code * instructions so that scalar non-SIMD code runs sometimes much more efficiently than SIMD code
* especially when the latter does not operate on misaligned buffers. * especially when the latter does not operate on misaligned buffers.
* *
* @version 0.1
* @date 2019-11-23
*
* @copyright Copyright (c) 2019
*
*/ */
#pragma once #pragma once
#include "Config.h" #include "Config.h"

View file

@ -6,12 +6,7 @@
/** /**
* @file StringViewHelpers.h * @file StringViewHelpers.h
* @author Paul Ferrand (paul@ferrand.cc)
* @brief Contains some helper functions for string views * @brief Contains some helper functions for string views
* @version 0.1
* @date 2019-11-23
*
* @copyright Copyright (c) 2019
* *
*/ */