Cleanup Doxygen directives

This commit is contained in:
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

View File

@ -1,15 +1,11 @@
// polynomi.h - originally written and placed in the public domain by Wei Dai
/// \file
/// \headerfile polynomi.h
/// \file polynomi.h
/// \brief Classes for polynomial basis and operations
#ifndef CRYPTOPP_POLYNOMI_H
#define CRYPTOPP_POLYNOMI_H
/*! \file */
#include "cryptlib.h"
#include "secblock.h"
#include "algebra.h"