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
* @author Paul Ferrand (paul@ferrand.cc)
* @brief Contains math helper functions and math constants
* @version 0.1
* @date 2019-11-23
*/
#pragma once
#include "Config.h"

View file

@ -6,7 +6,6 @@
/**
* @file SIMDHelpers.h
* @author Paul Ferrand (paul@ferrand.cc)
* @brief This file contains useful functions to treat buffers of numerical values
* (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
* especially when the latter does not operate on misaligned buffers.
*
* @version 0.1
* @date 2019-11-23
*
* @copyright Copyright (c) 2019
*
*/
#pragma once
#include "Config.h"

View file

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