1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00

added doxygen file documentation

This commit is contained in:
Marenz 2011-04-19 22:27:38 +02:00
parent 4084616ae8
commit 50d5e0c1c5
2 changed files with 12 additions and 3 deletions

View file

@ -1,3 +1,11 @@
/**
* @file psyc/parser.h
* @brief Interface for various psyc parser functions
*
* All parsing functions and the definitions they use are
* defined in this file.
*/
#ifndef PSYC_PARSER_H
# define PSYC_PARSER_H