Cleanup Doxygen directives

pull/574/head
Jeffrey Walton 2018-01-21 19:11:45 -05:00
parent 8ffd165c7a
commit 58f6b7695b
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 5 deletions

View File

@ -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"