Changes to allow hiding implementation of library from user, and introduction of private complex header for missing std functions.

This commit is contained in:
Richard Crozier 2014-01-23 12:26:19 +00:00
parent 460e3a51ab
commit c38a0b7a5d

View File

@ -14,6 +14,16 @@
* *
***************************************************************************/
/** \file ecvs.h
* \brief The externally controlled voltage source component header file.
*
* Contains the m-code interface class definition.
*/
/**
* \ingroup QucsInterface
*/
#ifndef ECVS_H
#define ECVS_H