ASCII->POLY: add file/brief doxygen comment

This commit is contained in:
hasufell 2014-05-25 20:50:12 +02:00
parent d6a2269f2f
commit 566894b230
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
2 changed files with 13 additions and 0 deletions

View File

@ -19,6 +19,13 @@
* MA 02110-1301 USA
*/
/**
* @file ascii_poly.c
* This file allows to convert between ascii strings
* and polynomials.
* @brief asci->poly and poly->ascii
*/
#include "common.h"
#include "context.h"
#include "mem.h"

View File

@ -19,6 +19,12 @@
* MA 02110-1301 USA
*/
/**
* @file ascii_poly.h
* Header for the internal API of ascii_poly.c.
* @brief header for ascii_poly.c
*/
#ifndef ASCII_POLY_H_
#define ASCII_POLY_H_