ASCII->POLY: add file/brief doxygen comment
This commit is contained in:
parent
d6a2269f2f
commit
566894b230
@ -19,6 +19,13 @@
|
|||||||
* MA 02110-1301 USA
|
* 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 "common.h"
|
||||||
#include "context.h"
|
#include "context.h"
|
||||||
#include "mem.h"
|
#include "mem.h"
|
||||||
|
@ -19,6 +19,12 @@
|
|||||||
* MA 02110-1301 USA
|
* 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_
|
#ifndef ASCII_POLY_H_
|
||||||
#define ASCII_POLY_H_
|
#define ASCII_POLY_H_
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user