Cleanup Doxygen directives
parent
8ffd165c7a
commit
58f6b7695b
|
|
@ -1,15 +1,11 @@
|
||||||
// polynomi.h - originally written and placed in the public domain by Wei Dai
|
// polynomi.h - originally written and placed in the public domain by Wei Dai
|
||||||
|
|
||||||
/// \file
|
/// \file polynomi.h
|
||||||
/// \headerfile polynomi.h
|
|
||||||
/// \brief Classes for polynomial basis and operations
|
/// \brief Classes for polynomial basis and operations
|
||||||
|
|
||||||
|
|
||||||
#ifndef CRYPTOPP_POLYNOMI_H
|
#ifndef CRYPTOPP_POLYNOMI_H
|
||||||
#define CRYPTOPP_POLYNOMI_H
|
#define CRYPTOPP_POLYNOMI_H
|
||||||
|
|
||||||
/*! \file */
|
|
||||||
|
|
||||||
#include "cryptlib.h"
|
#include "cryptlib.h"
|
||||||
#include "secblock.h"
|
#include "secblock.h"
|
||||||
#include "algebra.h"
|
#include "algebra.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue