Skip to content

Commit 24a1b37

Browse files
authored
Merge pull request #8 from GRAPHISOFT/29.3000-doc
Upload 29.3000 documentation
2 parents 36d32fa + d28713e commit 24a1b37

File tree

94 files changed

+1541
-1340
lines changed

Some content is hidden

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

94 files changed

+1541
-1340
lines changed

.vscode/settings.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"editor.tokenColorCustomizations": {
3+
"[*Light*]": {
4+
"textMateRules": [
5+
{
6+
"scope": "ref.matchtext",
7+
"settings": {
8+
"foreground": "#000"
9+
}
10+
}
11+
]
12+
},
13+
"[*Dark*]": {
14+
"textMateRules": [
15+
{
16+
"scope": "ref.matchtext",
17+
"settings": {
18+
"foreground": "#fff"
19+
}
20+
}
21+
]
22+
},
23+
"textMateRules": [
24+
{
25+
"scope": "googletest.failed",
26+
"settings": {
27+
"foreground": "#f00"
28+
}
29+
},
30+
{
31+
"scope": "googletest.passed",
32+
"settings": {
33+
"foreground": "#0f0"
34+
}
35+
},
36+
{
37+
"scope": "googletest.run",
38+
"settings": {
39+
"foreground": "#0f0"
40+
}
41+
}
42+
]
43+
}
44+
}

docs/darkicongeneration.html

Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5+
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
6+
<meta name="generator" content="Doxygen 1.12.0"/>
7+
<meta name="viewport" content="width=device-width, initial-scale=1"/>
8+
<!-- BEGIN opengraph metadata -->
9+
<meta property="og:title" content="Archicad C++ API" />
10+
<meta property="og:image" content="logo.svg" />
11+
<meta property="og:description" content="Archicad Development Kit Documentation, best practices, example codes and information hub." />
12+
<meta property="og:url" content="https://archicadapi.graphisoft.com/documentation/" />
13+
<!-- END opengraph metadata -->
14+
<!-- BEGIN twitter metadata -->
15+
<meta name="twitter:image:src" content="logo.svg" />
16+
<meta name="twitter:title" content="Archicad C++ API" />
17+
<meta name="twitter:description" content="Archicad Development Kit Documentation, best practices, example codes and information hub." />
18+
<!-- END twitter metadata -->
19+
<title>Archicad 29 C++ API: Dark mode icon generation</title>
20+
<link href="tabs.css" rel="stylesheet" type="text/css"/>
21+
<script type="text/javascript" src="jquery.js"></script>
22+
<script type="text/javascript" src="dynsections.js"></script>
23+
<script type="text/javascript" src="doxygen-awesome-darkmode-toggle.js"></script>
24+
<script type="text/javascript" src="doxygen-awesome-fragment-copy-button.js"></script>
25+
<script type="text/javascript" src="doxygen-awesome-paragraph-link.js"></script>
26+
<script type="text/javascript" src="doxygen-awesome-interactive-toc.js"></script>
27+
<script type="text/javascript" src="doxygen-awesome-tabs.js"></script>
28+
<script type="text/javascript">
29+
DoxygenAwesomeFragmentCopyButton.init()
30+
DoxygenAwesomeDarkModeToggle.init()
31+
DoxygenAwesomeParagraphLink.init()
32+
DoxygenAwesomeInteractiveToc.init()
33+
DoxygenAwesomeTabs.init()
34+
</script>
35+
<link href="navtree.css" rel="stylesheet" type="text/css"/>
36+
<script type="text/javascript" src="navtreedata.js"></script>
37+
<script type="text/javascript" src="navtree.js"></script>
38+
<script type="text/javascript" src="resize.js"></script>
39+
<script type="text/javascript" src="cookie.js"></script>
40+
<link href="search/search.css" rel="stylesheet" type="text/css"/>
41+
<script type="text/javascript" src="search/searchdata.js"></script>
42+
<script type="text/javascript" src="search/search.js"></script>
43+
<link href="doxygen.css" rel="stylesheet" type="text/css" />
44+
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
45+
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
46+
<link href="doxygen-awesome-sidebar-only-darkmode-toggle.css" rel="stylesheet" type="text/css"/>
47+
<link href="custom.css" rel="stylesheet" type="text/css"/>
48+
<link href="https://fonts.cdnfonts.com/css/proxima-nova-2" rel="stylesheet">
49+
<link rel="icon" href="logo.svg" />
50+
</head>
51+
<body>
52+
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
53+
<div id="titlearea">
54+
<table cellspacing="0" cellpadding="0">
55+
<tbody>
56+
<tr style="height: 56px;">
57+
<td id="projectlogo"><img alt="Logo" src="logo.svg"/></td>
58+
<td id="projectalign" style="padding-left: 0.5em;">
59+
<div id="projectname">Archicad 29 C++ API
60+
</div>
61+
</td>
62+
</tr>
63+
</tbody>
64+
</table>
65+
</div>
66+
<!-- end header part -->
67+
<!-- Generated by Doxygen 1.12.0 -->
68+
<script type="text/javascript">
69+
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
70+
var searchBox = new SearchBox("searchBox", "search/",'.html');
71+
/* @license-end */
72+
</script>
73+
<script type="text/javascript">
74+
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
75+
$(function() { codefold.init(0); });
76+
/* @license-end */
77+
</script>
78+
<script type="text/javascript" src="menudata.js"></script>
79+
<script type="text/javascript" src="menu.js"></script>
80+
<script type="text/javascript">
81+
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
82+
$(function() {
83+
initMenu('',true,false,'search.php','Search',true);
84+
$(function() { init_search(); });
85+
});
86+
/* @license-end */
87+
</script>
88+
<div id="main-nav"></div>
89+
</div><!-- top -->
90+
<div id="side-nav" class="ui-resizable side-nav-resizable">
91+
<div id="nav-tree">
92+
<div id="nav-tree-contents">
93+
<div id="nav-sync" class="sync"></div>
94+
</div>
95+
</div>
96+
<div id="splitbar" style="-moz-user-select:none;"
97+
class="ui-resizable-handle">
98+
</div>
99+
</div>
100+
<script type="text/javascript">
101+
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
102+
$(function(){initNavTree('darkicongeneration.html',''); initResizable(true); });
103+
/* @license-end */
104+
</script>
105+
<div id="doc-content">
106+
<!-- window showing the filter options -->
107+
<div id="MSearchSelectWindow"
108+
onmouseover="return searchBox.OnSearchSelectShow()"
109+
onmouseout="return searchBox.OnSearchSelectHide()"
110+
onkeydown="return searchBox.OnSearchSelectKey(event)">
111+
</div>
112+
113+
<!-- iframe showing the search results (closed by default) -->
114+
<div id="MSearchResultsWindow">
115+
<div id="MSearchResults">
116+
<div class="SRPage">
117+
<div id="SRIndex">
118+
<div id="SRResults"></div>
119+
<div class="SRStatus" id="Loading">Loading...</div>
120+
<div class="SRStatus" id="Searching">Searching...</div>
121+
<div class="SRStatus" id="NoMatches">No Matches</div>
122+
</div>
123+
</div>
124+
</div>
125+
</div>
126+
127+
<div><div class="header">
128+
<div class="headertitle"><div class="title">Dark mode icon generation</div></div>
129+
</div><!--header-->
130+
<div class="contents">
131+
<div class="textblock"><p>Starting with Archicad 29, the APIDevKit provides automatic dark mode icon generation, available exclusively on the Mac platform. This feature processes SVG files to create dark mode variants, but only if colors are specified in the <code>#xxxxxx</code> or <code>#xxx</code> hexadecimal format. Icons using color literals are not supported.</p>
132+
<p>During the build process, a color check is performed for all SVG files. This check ensures that every color in the SVG has a corresponding dark mode color defined in the configuration file. If any color is missing a counterpart, the build will fail with an error.</p>
133+
<p>The configuration file, <code>SVG_ColorChange_Darkmode.json</code> under Support/Tools/OSX/ folder, manages the color conversion under the <code>colorTable</code> key. By default, it contains Graphisoft colors and their dark mode equivalents, but you can extend it with your own custom color pairs. The file also allows you to exclude specific files (<code>excludeFiles</code> key) or folders (<code>excludeFolders</code> key) from processing, so those SVGs remain unchanged in dark mode.</p>
134+
<p>Additionally, you can specify <code>noCheckFiles</code> and <code>noCheckFolders</code>. For these, dark mode icons will be generated, but the color check will be skipped. </p>
135+
</div></div><!-- contents -->
136+
</div><!-- PageDoc -->
137+
</div><!-- doc-content -->
138+
</body>
139+
</html>

docs/dir_5aa28caffe4d0156519a60d6110bb56e.html renamed to docs/dir_08a6f46285ec981c6fa1b19d55561a37.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<meta name="twitter:title" content="Archicad C++ API" />
1717
<meta name="twitter:description" content="Archicad Development Kit Documentation, best practices, example codes and information hub." />
1818
<!-- END twitter metadata -->
19-
<title>Archicad 29 C++ API: E:/Dev/TP29/Bin.Win/Programs_VS_64.fin/APIDevKit/Support Directory Reference</title>
19+
<title>Archicad 29 C++ API: E:/Dev/AC29_0_0/Bin.Win/Programs_VS_64.dev/APIDevKit/Support Directory Reference</title>
2020
<link href="tabs.css" rel="stylesheet" type="text/css"/>
2121
<script type="text/javascript" src="jquery.js"></script>
2222
<script type="text/javascript" src="dynsections.js"></script>
@@ -99,7 +99,7 @@
9999
</div>
100100
<script type="text/javascript">
101101
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
102-
$(function(){initNavTree('dir_5aa28caffe4d0156519a60d6110bb56e.html',''); initResizable(true); });
102+
$(function(){initNavTree('dir_08a6f46285ec981c6fa1b19d55561a37.html',''); initResizable(true); });
103103
/* @license-end */
104104
</script>
105105
<div id="doc-content">
@@ -131,7 +131,7 @@
131131
<table class="memberdecls">
132132
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="subdirs" name="subdirs"></a>
133133
Directories</h2></td></tr>
134-
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top"><span class="iconfclosed"></span>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dir_bdfcba83831cbe5a4256b55ca7026fa0.html">Inc</a></td></tr>
134+
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top"><span class="iconfclosed"></span>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dir_60cb9aa5722f307a5721f3a07b0b560d.html">Inc</a></td></tr>
135135
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
136136
</table>
137137
</div><!-- contents -->

docs/dir_11c5f9facb62f9ae14e26c0b6f6416dc.html renamed to docs/dir_0a9c6f7c41e85364abca232a0e329faf.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<meta name="twitter:title" content="Archicad C++ API" />
1717
<meta name="twitter:description" content="Archicad Development Kit Documentation, best practices, example codes and information hub." />
1818
<!-- END twitter metadata -->
19-
<title>Archicad 29 C++ API: E:/Dev/TP29/Bin.Win/Programs_VS_64.fin/APIDevKit/Support/Modules/UserInterfaceAPI/ACAPI/UI/NotificationBubble Directory Reference</title>
19+
<title>Archicad 29 C++ API: E:/Dev/AC29_0_0/Bin.Win/Programs_VS_64.dev/APIDevKit/Support/Modules/UserInterfaceAPI/ACAPI/UI/NotificationBubble Directory Reference</title>
2020
<link href="tabs.css" rel="stylesheet" type="text/css"/>
2121
<script type="text/javascript" src="jquery.js"></script>
2222
<script type="text/javascript" src="dynsections.js"></script>
@@ -99,7 +99,7 @@
9999
</div>
100100
<script type="text/javascript">
101101
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
102-
$(function(){initNavTree('dir_11c5f9facb62f9ae14e26c0b6f6416dc.html',''); initResizable(true); });
102+
$(function(){initNavTree('dir_0a9c6f7c41e85364abca232a0e329faf.html',''); initResizable(true); });
103103
/* @license-end */
104104
</script>
105105
<div id="doc-content">

docs/dir_d9704b01cae827b8b16e8f5ba79f6bb0.html renamed to docs/dir_0dcec9a31e78da058ec76dfdc0594546.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<meta name="twitter:title" content="Archicad C++ API" />
1717
<meta name="twitter:description" content="Archicad Development Kit Documentation, best practices, example codes and information hub." />
1818
<!-- END twitter metadata -->
19-
<title>Archicad 29 C++ API: E:/Dev/TP29/Bin.Win/Programs_VS_64.fin/APIDevKit/Support/Modules/DGLib/AppearanceManager Directory Reference</title>
19+
<title>Archicad 29 C++ API: E:/Dev/AC29_0_0/Bin.Win/Programs_VS_64.dev/APIDevKit/Support/Modules/DGLib/AppearanceManager Directory Reference</title>
2020
<link href="tabs.css" rel="stylesheet" type="text/css"/>
2121
<script type="text/javascript" src="jquery.js"></script>
2222
<script type="text/javascript" src="dynsections.js"></script>
@@ -99,7 +99,7 @@
9999
</div>
100100
<script type="text/javascript">
101101
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
102-
$(function(){initNavTree('dir_d9704b01cae827b8b16e8f5ba79f6bb0.html',''); initResizable(true); });
102+
$(function(){initNavTree('dir_0dcec9a31e78da058ec76dfdc0594546.html',''); initResizable(true); });
103103
/* @license-end */
104104
</script>
105105
<div id="doc-content">

docs/dir_2f5c6cec5d29c1d56d098e96b09fdc13.html renamed to docs/dir_114bc4fdfc62ef196cfe0ab2fd75248c.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<meta name="twitter:title" content="Archicad C++ API" />
1717
<meta name="twitter:description" content="Archicad Development Kit Documentation, best practices, example codes and information hub." />
1818
<!-- END twitter metadata -->
19-
<title>Archicad 29 C++ API: E:/Dev/TP29/Bin.Win/Programs_VS_64.fin/APIDevKit/Support/Modules/UserInterfaceAPI/ACAPI/UI/Menu Directory Reference</title>
19+
<title>Archicad 29 C++ API: E:/Dev/AC29_0_0/Bin.Win/Programs_VS_64.dev/APIDevKit/Support/Modules/UserInterfaceAPI/ACAPI/UI/Menu Directory Reference</title>
2020
<link href="tabs.css" rel="stylesheet" type="text/css"/>
2121
<script type="text/javascript" src="jquery.js"></script>
2222
<script type="text/javascript" src="dynsections.js"></script>
@@ -99,7 +99,7 @@
9999
</div>
100100
<script type="text/javascript">
101101
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
102-
$(function(){initNavTree('dir_2f5c6cec5d29c1d56d098e96b09fdc13.html',''); initResizable(true); });
102+
$(function(){initNavTree('dir_114bc4fdfc62ef196cfe0ab2fd75248c.html',''); initResizable(true); });
103103
/* @license-end */
104104
</script>
105105
<div id="doc-content">

docs/dir_480c036cbc062177b364f4790d2fd0a0.html renamed to docs/dir_1759109204547c806baa9054f84615ff.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<meta name="twitter:title" content="Archicad C++ API" />
1717
<meta name="twitter:description" content="Archicad Development Kit Documentation, best practices, example codes and information hub." />
1818
<!-- END twitter metadata -->
19-
<title>Archicad 29 C++ API: E:/Dev/TP29/Bin.Win/Programs_VS_64.fin/APIDevKit/Support/Modules/UserInterfaceAPI/ACAPI Directory Reference</title>
19+
<title>Archicad 29 C++ API: E:/Dev/AC29_0_0/Bin.Win/Programs_VS_64.dev/APIDevKit/Support/Modules/DesignOptionsAPI/ACAPI Directory Reference</title>
2020
<link href="tabs.css" rel="stylesheet" type="text/css"/>
2121
<script type="text/javascript" src="jquery.js"></script>
2222
<script type="text/javascript" src="dynsections.js"></script>
@@ -99,7 +99,7 @@
9999
</div>
100100
<script type="text/javascript">
101101
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
102-
$(function(){initNavTree('dir_480c036cbc062177b364f4790d2fd0a0.html',''); initResizable(true); });
102+
$(function(){initNavTree('dir_1759109204547c806baa9054f84615ff.html',''); initResizable(true); });
103103
/* @license-end */
104104
</script>
105105
<div id="doc-content">

docs/dir_9f4d502dc339ee27416eca8196445a63.html renamed to docs/dir_181ae01b6173021338c617c63e5e8adc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<meta name="twitter:title" content="Archicad C++ API" />
1717
<meta name="twitter:description" content="Archicad Development Kit Documentation, best practices, example codes and information hub." />
1818
<!-- END twitter metadata -->
19-
<title>Archicad 29 C++ API: E:/Dev/TP29/Bin.Win/Programs_VS_64.fin/APIDevKit/Support/Modules/IFCInOutAPI/ACAPI Directory Reference</title>
19+
<title>Archicad 29 C++ API: E:/Dev/AC29_0_0/Bin.Win/Programs_VS_64.dev/APIDevKit/Support/Modules/IFCInOutAPI/ACAPI Directory Reference</title>
2020
<link href="tabs.css" rel="stylesheet" type="text/css"/>
2121
<script type="text/javascript" src="jquery.js"></script>
2222
<script type="text/javascript" src="dynsections.js"></script>
@@ -99,7 +99,7 @@
9999
</div>
100100
<script type="text/javascript">
101101
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
102-
$(function(){initNavTree('dir_9f4d502dc339ee27416eca8196445a63.html',''); initResizable(true); });
102+
$(function(){initNavTree('dir_181ae01b6173021338c617c63e5e8adc.html',''); initResizable(true); });
103103
/* @license-end */
104104
</script>
105105
<div id="doc-content">

docs/dir_2c5d988afc77e04085759dac34ad3144.html renamed to docs/dir_2da670c0b04e313715e9b3577d41a58e.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<meta name="twitter:title" content="Archicad C++ API" />
1717
<meta name="twitter:description" content="Archicad Development Kit Documentation, best practices, example codes and information hub." />
1818
<!-- END twitter metadata -->
19-
<title>Archicad 29 C++ API: E:/Dev/TP29/Bin.Win/Programs_VS_64.fin/APIDevKit/Support/Modules/UserInterfaceAPI Directory Reference</title>
19+
<title>Archicad 29 C++ API: E:/Dev/AC29_0_0/Bin.Win/Programs_VS_64.dev/APIDevKit/Support/Modules/UserInterfaceAPI Directory Reference</title>
2020
<link href="tabs.css" rel="stylesheet" type="text/css"/>
2121
<script type="text/javascript" src="jquery.js"></script>
2222
<script type="text/javascript" src="dynsections.js"></script>
@@ -99,7 +99,7 @@
9999
</div>
100100
<script type="text/javascript">
101101
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
102-
$(function(){initNavTree('dir_2c5d988afc77e04085759dac34ad3144.html',''); initResizable(true); });
102+
$(function(){initNavTree('dir_2da670c0b04e313715e9b3577d41a58e.html',''); initResizable(true); });
103103
/* @license-end */
104104
</script>
105105
<div id="doc-content">

docs/dir_0c3a6e902514de03067fa538f3d7fb5d.html renamed to docs/dir_30e969ef89ada2a560c34f07295dea33.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<meta name="twitter:title" content="Archicad C++ API" />
1717
<meta name="twitter:description" content="Archicad Development Kit Documentation, best practices, example codes and information hub." />
1818
<!-- END twitter metadata -->
19-
<title>Archicad 29 C++ API: E:/Dev/TP29/Bin.Win/Programs_VS_64.fin/APIDevKit/Support/Modules/ArchicadAPI Directory Reference</title>
19+
<title>Archicad 29 C++ API: E:/Dev/AC29_0_0/Bin.Win/Programs_VS_64.dev/APIDevKit/Support/Modules/ArchicadAPI Directory Reference</title>
2020
<link href="tabs.css" rel="stylesheet" type="text/css"/>
2121
<script type="text/javascript" src="jquery.js"></script>
2222
<script type="text/javascript" src="dynsections.js"></script>
@@ -99,7 +99,7 @@
9999
</div>
100100
<script type="text/javascript">
101101
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
102-
$(function(){initNavTree('dir_0c3a6e902514de03067fa538f3d7fb5d.html',''); initResizable(true); });
102+
$(function(){initNavTree('dir_30e969ef89ada2a560c34f07295dea33.html',''); initResizable(true); });
103103
/* @license-end */
104104
</script>
105105
<div id="doc-content">
@@ -131,7 +131,7 @@
131131
<table class="memberdecls">
132132
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="subdirs" name="subdirs"></a>
133133
Directories</h2></td></tr>
134-
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top"><span class="iconfclosed"></span>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dir_00c6a0afb86737e5d9cc37cf0069922a.html">ACAPI</a></td></tr>
134+
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top"><span class="iconfclosed"></span>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dir_70995b9b366a371f38b8a6d37e327b9d.html">ACAPI</a></td></tr>
135135
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
136136
</table>
137137
</div><!-- contents -->

0 commit comments

Comments
 (0)