/usr/share/doc/libwps/html/index.html is in libwps-doc 0.4.5-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>libwps documentation documentation</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',false,false,'search.php','Search');
});
</script>
<div id="main-nav"></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">libwps documentation </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p>This document contains both the libwps API specification and the normal libwps documentation.</p>
<h1><a class="anchor" id="api_docs"></a>
libwps API documentation</h1>
<p>The external libwps API is provided by the WPSDocument class. This class, combined with the librevenge's librevenge::RVNGTextInterface class, are the only two classes that will be of interest for the application programmer using libwps. </p>
<h1><a class="anchor" id="lib_docs"></a>
libwps documentation</h1>
<p>If you are interrested in the structure of libwps itself, this whole document would be a good starting point for exploring the interals of libwps. Mind that this document is a work-in-progress, and will most likely not cover libwps for the full 100%.</p>
<dl class="section warning"><dt>Warning</dt><dd>When compiled with -DDEBUG_WITH__FILES, code is added to store the results of the parsing in different files: one file by Ole parts and some files to store the read pictures. These files are created in the current repository, therefore it is recommended to launch the tests in an empty repository... </dd></dl>
</div></div><!-- contents -->
</div><!-- doc-content -->
<hr size="1"><address style="align: right;"><small>
Generated on Thu Jan 12 2017 17:45:31 for libwps by <a href="http://www.doxygen.org/index.html">
doxygen</a> 1.8.13</small></address>
</body>
</html>
|