Skip to content

Commit a9573cf

Browse files
committed
updated doxygen documentation
1 parent 94e5d4d commit a9573cf

File tree

91 files changed

+1217
-523
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+1217
-523
lines changed

doc/Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ INLINE_INHERITED_MEMB = NO
140140
# shortest path that makes the file name unique will be used
141141
# The default value is: YES.
142142

143-
FULL_PATH_NAMES = YES
143+
FULL_PATH_NAMES = NO
144144

145145
# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
146146
# Stripping is only done if one of the specified strings matches the left-hand

doc/html/annotated.html

+4-5
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
<div id="navrow1" class="tabs">
5050
<ul class="tablist">
5151
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
52-
<li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
5352
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
5453
<li><a href="files.html"><span>Files</span></a></li>
5554
<li>
@@ -119,15 +118,15 @@
119118
<tr id="row_0_0_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structboost_1_1real_1_1boundary.html" target="_self">boundary</a></td><td class="desc">Explicitly represents a number as a vector of digits with a sign and an exponent </td></tr>
120119
<tr id="row_0_0_1_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structboost_1_1real_1_1interval.html" target="_self">interval</a></td><td class="desc">Represent an interval composed by two boundaries, a lower boundary and an upper boundary. The boundaries are <a class="el" href="structboost_1_1real_1_1boundary.html" title="Explicitly represents a number as a vector of digits with a sign and an exponent. ...">boost::real::boundary</a> structs that represent fully represented numbers </td></tr>
121120
<tr id="row_0_0_2_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structboost_1_1real_1_1invalid__representation__exception.html" target="_self">invalid_representation_exception</a></td><td class="desc"></td></tr>
122-
<tr id="row_0_0_3_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structboost_1_1real_1_1invalid__string__number.html" target="_self">invalid_string_number</a></td><td class="desc"></td></tr>
121+
<tr id="row_0_0_3_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structboost_1_1real_1_1invalid__string__number__exception.html" target="_self">invalid_string_number_exception</a></td><td class="desc"></td></tr>
123122
<tr id="row_0_0_4_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structboost_1_1real_1_1none__operation__exception.html" target="_self">none_operation_exception</a></td><td class="desc"></td></tr>
124123
<tr id="row_0_0_5_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structboost_1_1real_1_1precision__exception.html" target="_self">precision_exception</a></td><td class="desc"></td></tr>
125-
<tr id="row_0_0_6_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_0_0_6_" class="arrow" onclick="toggleFolder('0_0_6_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classboost_1_1real_1_1real.html" target="_self">real</a></td><td class="desc">Boost::real::real is a C++ class that represent real numbers as abstract entities that can be dynamically approximated as much as needed (until a set maximum precision) to be able to operate with them. Numbers can be added, subtracted, multiplied and compared by lower and by equality </td></tr>
124+
<tr id="row_0_0_6_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_0_0_6_" class="arrow" onclick="toggleFolder('0_0_6_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classboost_1_1real_1_1real.html" target="_self">real</a></td><td class="desc">Boost::real::real is a C++ class that represent real numbers as abstract entities that can be dynamically approximated as much as needed (until a set maximum precision) to be able to operate with them. Numbers can be added, subtracted, multiplied and compared by lower than and equality </td></tr>
126125
<tr id="row_0_0_6_0_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classboost_1_1real_1_1real_1_1const__precision__iterator.html" target="_self">const_precision_iterator</a></td><td class="desc">Forward iterator that iterates a <a class="el" href="classboost_1_1real_1_1real.html" title="boost::real::real is a C++ class that represent real numbers as abstract entities that can be dynamic...">boost::real::real</a> number approximation intervals. The iterator calculates the initial interval with the initial precision and then it increase the precision in each iteration (++) and recalculate the interval </td></tr>
127126
<tr id="row_0_0_7_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_0_0_7_" class="arrow" onclick="toggleFolder('0_0_7_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classboost_1_1real_1_1real__algorithm.html" target="_self">real_algorithm</a></td><td class="desc">Boost::real::real_algorithm is a C++ class that represents real numbers as a a function that calculates the n-th digit o the number, a sign and an exponent </td></tr>
128127
<tr id="row_0_0_7_0_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classboost_1_1real_1_1real__algorithm_1_1const__precision__iterator.html" target="_self">const_precision_iterator</a></td><td class="desc">Forward iterator that iterates a <a class="el" href="classboost_1_1real_1_1real__algorithm.html" title="boost::real::real_algorithm is a C++ class that represents real numbers as a a function that calculat...">boost::real::real_algorithm</a> number approximation intervals. The iterator calculates the initial interval with the initial precision and then it increase the precision in each iteration (++) and recalculate the interval </td></tr>
129-
<tr id="row_0_0_8_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_0_0_8_" class="arrow" onclick="toggleFolder('0_0_8_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classboost_1_1real_1_1real__explicit.html" target="_self">real_explicit</a></td><td class="desc">Boost::real::real_explicit is a C++ class that fully represents real numbers as a a vector of digits, a sign and an exponent </td></tr>
130-
<tr id="row_0_0_8_0_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classboost_1_1real_1_1real__explicit_1_1const__precision__iterator.html" target="_self">const_precision_iterator</a></td><td class="desc">Forward iterator that iterates a <a class="el" href="classboost_1_1real_1_1real__explicit.html" title="boost::real::real_explicit is a C++ class that fully represents real numbers as a a vector of digits...">boost::real::real_explicit</a> number approximation intervals. The iterator calculates the initial interval with the initial precision and then it increase the precision in each iteration (++) and recalculate the interval </td></tr>
128+
<tr id="row_0_0_8_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_0_0_8_" class="arrow" onclick="toggleFolder('0_0_8_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classboost_1_1real_1_1real__explicit.html" target="_self">real_explicit</a></td><td class="desc">Boost::real::real_explicit is a C++ class that fully represents real numbers as a vector of digits, a sign and an exponent </td></tr>
129+
<tr id="row_0_0_8_0_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classboost_1_1real_1_1real__explicit_1_1const__precision__iterator.html" target="_self">const_precision_iterator</a></td><td class="desc">Forward iterator that iterates a <a class="el" href="classboost_1_1real_1_1real__explicit.html" title="boost::real::real_explicit is a C++ class that fully represents real numbers as a vector of digits...">boost::real::real_explicit</a> number approximation intervals. The iterator calculates the initial interval with the initial precision and then it increase the precision in each iteration (++) and recalculate the interval </td></tr>
131130
</table>
132131
</div><!-- directory -->
133132
</div><!-- contents -->

doc/html/annotated_dup.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var annotated_dup =
55
[ "boundary", "structboost_1_1real_1_1boundary.html", "structboost_1_1real_1_1boundary" ],
66
[ "interval", "structboost_1_1real_1_1interval.html", "structboost_1_1real_1_1interval" ],
77
[ "invalid_representation_exception", "structboost_1_1real_1_1invalid__representation__exception.html", "structboost_1_1real_1_1invalid__representation__exception" ],
8-
[ "invalid_string_number", "structboost_1_1real_1_1invalid__string__number.html", "structboost_1_1real_1_1invalid__string__number" ],
8+
[ "invalid_string_number_exception", "structboost_1_1real_1_1invalid__string__number__exception.html", "structboost_1_1real_1_1invalid__string__number__exception" ],
99
[ "none_operation_exception", "structboost_1_1real_1_1none__operation__exception.html", "structboost_1_1real_1_1none__operation__exception" ],
1010
[ "precision_exception", "structboost_1_1real_1_1precision__exception.html", "structboost_1_1real_1_1precision__exception" ],
1111
[ "real", "classboost_1_1real_1_1real.html", "classboost_1_1real_1_1real" ],

doc/html/boundary_8hpp_source.html

+13-13
Large diffs are not rendered by default.

doc/html/boundary__helper_8hpp_source.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
55
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
66
<meta name="generator" content="Doxygen 1.8.11"/>
7-
<title>Boost.Real: /home/lao/Documents/git/Real/include/real/boundary_helper.hpp Source File</title>
7+
<title>Boost.Real: boundary_helper.hpp Source File</title>
88
<link href="tabs.css" rel="stylesheet" type="text/css"/>
99
<script type="text/javascript" src="jquery.js"></script>
1010
<script type="text/javascript" src="dynsections.js"></script>
@@ -49,7 +49,6 @@
4949
<div id="navrow1" class="tabs">
5050
<ul class="tablist">
5151
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
52-
<li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
5352
<li><a href="annotated.html"><span>Classes</span></a></li>
5453
<li class="current"><a href="files.html"><span>Files</span></a></li>
5554
<li>

0 commit comments

Comments
 (0)