Warning, /education/labplot/src/3rdparty/liborigin/doc/liborigin.dox is written in an unsupported language. File is not indexed.
0001 /*! 0002 \mainpage liborigin 0003 0004 A library for reading <a href="http://www.originlab.com/">OriginLab</a> project files created with versions starting from 3.5 to latest (2017). 0005 0006 \image html images/origin_import.png 0007 0008 \section license License 0009 0010 liborigin is distributed under the terms of the \ref gpllicense. 0011 0012 \section platforms Platforms 0013 0014 liborigin might be usable in all environments where you find a C/C++ compiler. 0015 0016 \section dependencies Dependencies 0017 0018 liborigin depends on the following libraries: 0019 <a href="http://tree.phi-sci.com/">tree.hh</a> (provided in the source archive).\n 0020 0021 \section Download 0022 From <a href="https://sourceforge.net/projects/liborigin/files/latest/download">liborigin</a> sourceforge page 0023 0024 \section installonmainpage Installation 0025 0026 See the \ref liborigin2install file. 0027 0028 \section relatedprojects Related Projects 0029 0030 - <a href="http://scidavis.sourceforge.net">SciDAVis</a>, Scientific Data Analysis and Visualization tool. 0031 - <a href="https://labplot.kde.org/">LabPlot</a> a KDE-application for interactive graphing and analysis of scientific data. 0032 0033 \section credits Credits: 0034 \par Developers: 0035 Knut Franke, Miquel Garriga, Stefan Gerlach, Alex Kargovsky, Russell Standish, Ion Vasilief 0036 */ 0037 0038 /*! 0039 \page gpllicense GPL License, Version 3 0040 \include "COPYING" 0041 */ 0042 0043 /*! 0044 \page projectfile CMake file 0045 \include "CMakeLists.txt" 0046 */ 0047 0048 /*! 0049 \page liborigin2install README 0050 \include "README" 0051 */