summaryrefslogtreecommitdiff
path: root/polynomi.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-01-21 19:11:45 -0500
committerJeffrey Walton <noloader@gmail.com>2018-01-21 19:11:45 -0500
commit58f6b7695b5227faa04eee17b71094868746431e (patch)
treea9adefffc4e337295951d15e9a13e82ff1a7fcc8 /polynomi.h
parent8ffd165c7a59b6d2ccbc737788d61a61072d6e91 (diff)
downloadcryptopp-git-58f6b7695b5227faa04eee17b71094868746431e.tar.gz
Cleanup Doxygen directives
Diffstat (limited to 'polynomi.h')
-rw-r--r--polynomi.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/polynomi.h b/polynomi.h
index 96dd238a..025ee67b 100644
--- a/polynomi.h
+++ b/polynomi.h
@@ -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"