Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joniles committed Jun 14, 2024
1 parent 08e4df4 commit c9ba084
Show file tree
Hide file tree
Showing 2,139 changed files with 6,607 additions and 6,415 deletions.
32 changes: 27 additions & 5 deletions docs/CHANGELOG/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,18 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#12103-unreleased" class="md-nav__link">
<a href="#12104-unreleased" class="md-nav__link">
<span class="md-ellipsis">
12.10.3 (unreleased)
12.10.4 (unreleased)
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#12103-2024-06-14" class="md-nav__link">
<span class="md-ellipsis">
12.10.3 (2024-06-14)
</span>
</a>

Expand Down Expand Up @@ -3808,9 +3817,18 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#12103-unreleased" class="md-nav__link">
<a href="#12104-unreleased" class="md-nav__link">
<span class="md-ellipsis">
12.10.4 (unreleased)
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#12103-2024-06-14" class="md-nav__link">
<span class="md-ellipsis">
12.10.3 (unreleased)
12.10.3 (2024-06-14)
</span>
</a>

Expand Down Expand Up @@ -6010,7 +6028,11 @@


<h1 id="changelog">Changelog</h1>
<h2 id="12103-unreleased">12.10.3 (unreleased)</h2>
<h2 id="12104-unreleased">12.10.4 (unreleased)</h2>
<h2 id="12103-2024-06-14">12.10.3 (2024-06-14)</h2>
<ul>
<li>Add new project property <code>IsProjectBaseline</code>. When using the <code>readAll</code> method to retrieve a set of schedules, if the data source contans both schedules and baselines this property will be true for the <code>ProjectFile</code> instances which represent a baseline.</li>
</ul>
<h2 id="12102-2024-06-03">12.10.2 (2024-06-03)</h2>
<ul>
<li>Added a missing unique ID mapping when writing resource assignment resource unique IDs to MSPDI files (Contributed by Alex Matatov)</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/apidocs/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (MPXJ 12.10.2 API)</title>
<title>All Classes (MPXJ 12.10.3 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion docs/apidocs/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (MPXJ 12.10.2 API)</title>
<title>All Classes (MPXJ 12.10.3 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
6 changes: 3 additions & 3 deletions docs/apidocs/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Constant Field Values (MPXJ 12.10.2 API)</title>
<title>Constant Field Values (MPXJ 12.10.3 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -19,7 +19,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values (MPXJ 12.10.2 API)";
parent.document.title="Constant Field Values (MPXJ 12.10.3 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -220,7 +220,7 @@ <h2 title="net.sf">net.sf.*</h2>
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td><code><a href="net/sf/mpxj/MPXJ.html#VERSION">VERSION</a></code></td>
<td class="colLast"><code>"12.10.2"</code></td>
<td class="colLast"><code>"12.10.3"</code></td>
</tr>
</tbody>
</table>
Expand Down
Loading

0 comments on commit c9ba084

Please sign in to comment.