Wiki source for CFileTemplate
=====C-Datei-Vorlagen=====
===Vorlagen für Dateiköpfe===
%%(c;;template.c)
/** \file
* Title
*
* @author Andreas Tobola
* @since 07.12.2007
*
* $Id:$
*
*
*/
#include "template.h"
%%
%%(c;;template.h)
#ifndef TEMPLATE_H
#define TEMPLATE_H
#endif /*TEMPLATE_H*/
%%
===Vorlagen für Funktionen===
%%(c)
/**
* @brief function description
*
* @param data_type ...
* @return type of data
*/
%%
----
Siehe auch {{backlinks}}
===Vorlagen für Dateiköpfe===
%%(c;;template.c)
/** \file
* Title
*
* @author Andreas Tobola
* @since 07.12.2007
*
* $Id:$
*
*
*/
#include "template.h"
%%
%%(c;;template.h)
#ifndef TEMPLATE_H
#define TEMPLATE_H
#endif /*TEMPLATE_H*/
%%
===Vorlagen für Funktionen===
%%(c)
/**
* @brief function description
*
* @param data_type ...
* @return type of data
*/
%%
----
Siehe auch {{backlinks}}