1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.6"/>
<title>LibOFX: LibOFX developer's manual</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">LibOFX
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.6 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li class="current"><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('index.html','');});
</script>
<div id="doc-content">
<div class="header">
<div class="headertitle">
<div class="title">LibOFX developer's manual </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><h1><a class="anchor" id="intro"></a>
Introduction</h1>
<p>This is the documentation for the LibOFX library and it's utilities. It should always be up to date since it is generated directly from the source files using Doxygen. This documentation covers the internals as well as the API of libofx. Before you dive into this documentation, you should have read the README and the other files included at the top level of the distribution.</p>
<h1><a class="anchor" id="quicklinks"></a>
Quick links</h1>
<p>These are the most important sections of the doc. The rest covers the library internals and is a work in progress. The documentation for the different functions is mostly complete, but documention for the objects is not.</p>
<h2><a class="anchor" id="api"></a>
API documentation</h2>
<p>If you are only interested in the API. It's covered entirely in the libofx.h section.</p>
<h2><a class="anchor" id="ofxdump"></a>
ofxdump documentation</h2>
<p>The user documentation for the ofxdump utility is on the <a class="el" href="ofxdump_8cpp.html" title="Code for ofxdump utility. C++ example code. ">ofxdump.cpp</a> page.</p>
<h2><a class="anchor" id="ofx2qif"></a>
ofx2qif documentation</h2>
<p>The user documentation for the ofx2qif converter is on the <a class="el" href="ofx2qif_8c.html" title="Code for ofx2qif utility. C example code. ">ofx2qif.c</a> page.</p>
<h1><a class="anchor" id="contact"></a>
Contacts</h1>
<h2><a class="anchor" id="web"></a>
Web Site</h2>
<p>News about LibOFX as well as the latest version can always be found at <a href="http://libofx.sourceforge.net/">http://libofx.sourceforge.net/</a></p>
<h2><a class="anchor" id="email"></a>
Email</h2>
<p>If you have any questions not covered in this documentation or the web site, do not hesitate to email me:</p>
<p>Benoit Gr�goire <a href="#" onclick="location.href='mai'+'lto:'+'ben'+'oi'+'tg@'+'co'+'eus'+'.c'+'a'; return false;">benoi<span style="display: none;">.nosp@m.</span>tg@c<span style="display: none;">.nosp@m.</span>oeus.<span style="display: none;">.nosp@m.</span>ca</a> </p>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Fri Sep 12 2014 15:59:21 for LibOFX by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
</ul>
</div>
</body>
</html>
|