Skip to content

Commit

Permalink
deploy: c08e4bf
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSmile-0000011110110111 committed Dec 26, 2023
1 parent 691c944 commit 9bdeacc
Show file tree
Hide file tree
Showing 433 changed files with 8,134 additions and 6,801 deletions.
55 changes: 43 additions & 12 deletions Doxyfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Doxyfile 1.9.8
# Doxyfile 1.10.0

# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project.
Expand Down Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = "CodeSmile AssetDatabase"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.7
PROJECT_NUMBER = 1.8

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand All @@ -63,6 +63,12 @@ PROJECT_BRIEF = "Accessible version of Unity's ~20 year old AssetDataba

PROJECT_LOGO = "../Media~/steffen portrait codesmile logo larger top-left-64x62.png"

# With the PROJECT_ICON tag one can specify an icon that is included in the tabs
# when the HTML document is shown. Doxygen will copy the logo to the output
# directory.

PROJECT_ICON =

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
# into which the generated documentation will be written. If a relative path is
# entered, it will be relative to the location where doxygen was started. If
Expand Down Expand Up @@ -977,10 +983,10 @@ INPUT_FILE_ENCODING =
# default file extension mappings.
#
# If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cxxm,
# *.cpp, *.cppm, *.c++, *.c++m, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl,
# *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp, *.h++, *.ixx, *.l, *.cs, *.d, *.php,
# *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown, *.md, *.mm, *.dox (to be
# provided as doxygen C comment), *.py, *.pyw, *.f90, *.f95, *.f03, *.f08,
# *.cpp, *.cppm, *.ccm, *.c++, *.c++m, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl,
# *.idl, *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp, *.h++, *.ixx, *.l, *.cs, *.d,
# *.php, *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown, *.md, *.mm, *.dox (to
# be provided as doxygen C comment), *.py, *.pyw, *.f90, *.f95, *.f03, *.f08,
# *.f18, *.f, *.for, *.vhd, *.vhdl, *.ucf, *.qsf and *.ice.

FILE_PATTERNS = *.c \
Expand Down Expand Up @@ -1179,7 +1185,8 @@ FORTRAN_COMMENT_AFTER = 72
SOURCE_BROWSER = YES

# Setting the INLINE_SOURCES tag to YES will include the body of functions,
# classes and enums directly into the documentation.
# multi-line macros, enums or list initialized variables directly into the
# documentation.
# The default value is: NO.

INLINE_SOURCES = YES
Expand Down Expand Up @@ -1474,6 +1481,26 @@ HTML_DYNAMIC_SECTIONS = YES

HTML_CODE_FOLDING = YES

# If the HTML_COPY_CLIPBOARD tag is set to YES then doxygen will show an icon in
# the top right corner of code and text fragments that allows the user to copy
# its content to the clipboard. Note this only works if supported by the browser
# and the web page is served via a secure context (see:
# https://www.w3.org/TR/secure-contexts/), i.e. using the https: or file:
# protocol.
# The default value is: YES.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_COPY_CLIPBOARD = YES

# Doxygen stores a couple of settings persistently in the browser (via e.g.
# cookies). By default these settings apply to all HTML pages generated by
# doxygen across all projects. The HTML_PROJECT_COOKIE tag can be used to store
# the settings under a project specific key, such that the user preferences will
# be stored separately.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_PROJECT_COOKIE =

# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
# shown in the various tree structured indices initially; the user can expand
# and collapse entries dynamically later on. Doxygen will expand the tree to
Expand Down Expand Up @@ -2322,9 +2349,9 @@ GENERATE_SQLITE3 = NO

SQLITE3_OUTPUT = sqlite3

# The SQLITE3_OVERWRITE_DB tag is set to YES, the existing doxygen_sqlite3.db
# The SQLITE3_RECREATE_DB tag is set to YES, the existing doxygen_sqlite3.db
# database file will be recreated with each doxygen run. If set to NO, doxygen
# will warn if an a database file is already found and not modify it.
# will warn if a database file is already found and not modify it.
# The default value is: YES.
# This tag requires that the tag GENERATE_SQLITE3 is set to YES.

Expand Down Expand Up @@ -2565,7 +2592,11 @@ DOT_FONTPATH =
# the CLASS_GRAPH tag is set to YES and HAVE_DOT is disabled or if the
# CLASS_GRAPH tag is set to BUILTIN, then the built-in generator will be used.
# If the CLASS_GRAPH tag is set to TEXT the direct and indirect inheritance
# relations will be shown as texts / links.
# relations will be shown as texts / links. Explicit enabling an inheritance
# graph or choosing a different representation for an inheritance graph of a
# specific class, can be accomplished by means of the command \inheritancegraph.
# Disabling an inheritance graph can be accomplished by means of the command
# \hideinheritancegraph.
# Possible values are: NO, YES, TEXT, GRAPH and BUILTIN.
# The default value is: YES.

Expand Down Expand Up @@ -2630,8 +2661,8 @@ DOT_UML_DETAILS = NO

# The DOT_WRAP_THRESHOLD tag can be used to set the maximum number of characters
# to display on a single line. If the actual line length exceeds this threshold
# significantly it will wrapped across multiple lines. Some heuristics are apply
# to avoid ugly line breaks.
# significantly it will be wrapped across multiple lines. Some heuristics are
# applied to avoid ugly line breaks.
# Minimum value: 0, maximum value: 1000, default value: 17.
# This tag requires that the tag HAVE_DOT is set to YES.

Expand Down
30 changes: 16 additions & 14 deletions html/_asset_8_bundle_8cs_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="generator" content="Doxygen 1.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>CodeSmile AssetDatabase: C:/Users/CodeSmile/Projects/de.codesmile.editor.assetdatabase/Editor/Asset.Bundle.cs Source File</title>
<title>CodeSmile AssetDatabase: P:/de.codesmile.assetdatabase/Editor/Asset.Bundle.cs Source File</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>
<script type="text/javascript" src="clipboard.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="cookie.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
Expand All @@ -28,16 +30,16 @@
<tr id="projectrow">
<td id="projectlogo"><img alt="Logo" src="steffen portrait codesmile logo larger top-left-64x62.png"/></td>
<td id="projectalign">
<div id="projectname">CodeSmile AssetDatabase<span id="projectnumber">&#160;1.7</span>
<div id="projectname">CodeSmile AssetDatabase<span id="projectnumber">&#160;1.8</span>
</div>
<div id="projectbrief">Improved AssetDatabase API</div>
<div id="projectbrief">Accessible version of Unity&#39;s ~20 year old AssetDatabase.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.8 -->
<!-- Generated by Doxygen 1.10.0 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
Expand All @@ -49,14 +51,14 @@
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
$(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function() { init_codefold(0); });
$(function() { codefold.init(0); });
/* @license-end */
</script>
</div><!-- top -->
Expand All @@ -72,7 +74,7 @@
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function(){initNavTree('_asset_8_bundle_8cs_source.html',''); initResizable(); });
$(function(){initNavTree('_asset_8_bundle_8cs_source.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
Expand Down Expand Up @@ -148,27 +150,27 @@
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span>}</div>
</div>
<div class="ttc" id="aclass_code_smile_editor_1_1_asset_1_1_bundle_a08d9f8415b580743cbd887fb5d66aba0_html_a08d9f8415b580743cbd887fb5d66aba0"><div class="ttname"><a href="class_code_smile_editor_1_1_asset_1_1_bundle_a08d9f8415b580743cbd887fb5d66aba0.html#a08d9f8415b580743cbd887fb5d66aba0">CodeSmileEditor.Asset.Bundle.RemoveUnused</a></div><div class="ttdeci">static void RemoveUnused()</div><div class="ttdoc">Removes all unused asset bundles.</div></div>
<div class="ttc" id="aclass_code_smile_editor_1_1_asset_1_1_bundle_a096ba8fe96373ca1cdf4edf80991a6cc_html_a096ba8fe96373ca1cdf4edf80991a6cc"><div class="ttname"><a href="class_code_smile_editor_1_1_asset_1_1_bundle_a096ba8fe96373ca1cdf4edf80991a6cc.html#a096ba8fe96373ca1cdf4edf80991a6cc">CodeSmileEditor.Asset.Bundle.Unused</a></div><div class="ttdeci">static String[] Unused</div><div class="ttdoc">Returns all unused asset bundle names.</div><div class="ttdef"><b>Definition</b> <a href="_asset_8_bundle_8cs_source.html#l00038">Asset.Bundle.cs:38</a></div></div>
<div class="ttc" id="aclass_code_smile_editor_1_1_asset_1_1_bundle_a096ba8fe96373ca1cdf4edf80991a6cc_html_a096ba8fe96373ca1cdf4edf80991a6cc"><div class="ttname"><a href="class_code_smile_editor_1_1_asset_1_1_bundle_a096ba8fe96373ca1cdf4edf80991a6cc.html#a096ba8fe96373ca1cdf4edf80991a6cc">CodeSmileEditor.Asset.Bundle.Unused</a></div><div class="ttdeci">static String[] Unused</div><div class="ttdoc">Returns all unused asset bundle names.</div><div class="ttdef"><b>Definition</b> <a href="#l00038">Asset.Bundle.cs:38</a></div></div>
<div class="ttc" id="aclass_code_smile_editor_1_1_asset_1_1_bundle_a17c3d7ba18536daa627d478d36aa7d95_html_a17c3d7ba18536daa627d478d36aa7d95"><div class="ttname"><a href="class_code_smile_editor_1_1_asset_1_1_bundle_a17c3d7ba18536daa627d478d36aa7d95.html#a17c3d7ba18536daa627d478d36aa7d95">CodeSmileEditor.Asset.Bundle.GetOwningBundle</a></div><div class="ttdeci">static String GetOwningBundle([NotNull] Path path)</div><div class="ttdoc">Returns the bundle name that contains the asset path.</div></div>
<div class="ttc" id="aclass_code_smile_editor_1_1_asset_1_1_bundle_a51999ea1e987b932993409830b86bad3_html_a51999ea1e987b932993409830b86bad3"><div class="ttname"><a href="class_code_smile_editor_1_1_asset_1_1_bundle_a51999ea1e987b932993409830b86bad3.html#a51999ea1e987b932993409830b86bad3">CodeSmileEditor.Asset.Bundle.GetOwningBundleVariant</a></div><div class="ttdeci">static String GetOwningBundleVariant([NotNull] Path path)</div><div class="ttdoc">Returns the bundle variant name that contains the asset path.</div></div>
<div class="ttc" id="aclass_code_smile_editor_1_1_asset_1_1_bundle_a7393007e2bfa2a7dafd3e6bf47115f53_html_a7393007e2bfa2a7dafd3e6bf47115f53"><div class="ttname"><a href="class_code_smile_editor_1_1_asset_1_1_bundle_a7393007e2bfa2a7dafd3e6bf47115f53.html#a7393007e2bfa2a7dafd3e6bf47115f53">CodeSmileEditor.Asset.Bundle.ForceRemove</a></div><div class="ttdeci">static void ForceRemove([NotNull] String bundleName)</div><div class="ttdoc">Removes a specific asset bundle by name.</div></div>
<div class="ttc" id="aclass_code_smile_editor_1_1_asset_1_1_bundle_a7a491f4df9b8c6216b664e600b7ab0e3_html_a7a491f4df9b8c6216b664e600b7ab0e3"><div class="ttname"><a href="class_code_smile_editor_1_1_asset_1_1_bundle_a7a491f4df9b8c6216b664e600b7ab0e3.html#a7a491f4df9b8c6216b664e600b7ab0e3">CodeSmileEditor.Asset.Bundle.All</a></div><div class="ttdeci">static String[] All</div><div class="ttdoc">Returns all asset bundle names.</div><div class="ttdef"><b>Definition</b> <a href="_asset_8_bundle_8cs_source.html#l00028">Asset.Bundle.cs:28</a></div></div>
<div class="ttc" id="aclass_code_smile_editor_1_1_asset_1_1_bundle_a7a491f4df9b8c6216b664e600b7ab0e3_html_a7a491f4df9b8c6216b664e600b7ab0e3"><div class="ttname"><a href="class_code_smile_editor_1_1_asset_1_1_bundle_a7a491f4df9b8c6216b664e600b7ab0e3.html#a7a491f4df9b8c6216b664e600b7ab0e3">CodeSmileEditor.Asset.Bundle.All</a></div><div class="ttdeci">static String[] All</div><div class="ttdoc">Returns all asset bundle names.</div><div class="ttdef"><b>Definition</b> <a href="#l00028">Asset.Bundle.cs:28</a></div></div>
<div class="ttc" id="aclass_code_smile_editor_1_1_asset_1_1_bundle_a86ace93f7ce9f411e2994177f4cc60c2_html_a86ace93f7ce9f411e2994177f4cc60c2"><div class="ttname"><a href="class_code_smile_editor_1_1_asset_1_1_bundle_a86ace93f7ce9f411e2994177f4cc60c2.html#a86ace93f7ce9f411e2994177f4cc60c2">CodeSmileEditor.Asset.Bundle.GetDirectDependencies</a></div><div class="ttdeci">static String[] GetDirectDependencies([NotNull] String bundleName)</div><div class="ttdoc">Returns the bundle names that the given asset bundle directly depends on.</div></div>
<div class="ttc" id="aclass_code_smile_editor_1_1_asset_1_1_bundle_a92f937447af1b0ac29f167b8d5de21e0_html_a92f937447af1b0ac29f167b8d5de21e0"><div class="ttname"><a href="class_code_smile_editor_1_1_asset_1_1_bundle_a92f937447af1b0ac29f167b8d5de21e0.html#a92f937447af1b0ac29f167b8d5de21e0">CodeSmileEditor.Asset.Bundle.GetAllPaths</a></div><div class="ttdeci">static String[] GetAllPaths([NotNull] String bundleName)</div><div class="ttdoc">Returns all asset paths that are part of a given asset bundle.</div></div>
<div class="ttc" id="aclass_code_smile_editor_1_1_asset_1_1_bundle_aa5dd51c1b0b63b4552afdd78da4e2e81_html_aa5dd51c1b0b63b4552afdd78da4e2e81"><div class="ttname"><a href="class_code_smile_editor_1_1_asset_1_1_bundle_aa5dd51c1b0b63b4552afdd78da4e2e81.html#aa5dd51c1b0b63b4552afdd78da4e2e81">CodeSmileEditor.Asset.Bundle.GetPaths</a></div><div class="ttdeci">static String[] GetPaths([NotNull] String bundleName, [NotNull] String assetName)</div><div class="ttdoc">Returns the asset paths in a given asset bundle that matches an asset name.</div></div>
<div class="ttc" id="aclass_code_smile_editor_1_1_asset_1_1_bundle_ae45aacadca51b6d99273ef60c47523f3_html_ae45aacadca51b6d99273ef60c47523f3"><div class="ttname"><a href="class_code_smile_editor_1_1_asset_1_1_bundle_ae45aacadca51b6d99273ef60c47523f3.html#ae45aacadca51b6d99273ef60c47523f3">CodeSmileEditor.Asset.Bundle.GetAllDependencies</a></div><div class="ttdeci">static String[] GetAllDependencies([NotNull] String bundleName)</div><div class="ttdoc">Returns all bundle names that the given asset bundle depends on, directly or indirectly (recursive).</div></div>
<div class="ttc" id="aclass_code_smile_editor_1_1_asset_1_1_bundle_afda9d0ade24a5ad0d52c2f2f1a7bc86a_html_afda9d0ade24a5ad0d52c2f2f1a7bc86a"><div class="ttname"><a href="class_code_smile_editor_1_1_asset_1_1_bundle_afda9d0ade24a5ad0d52c2f2f1a7bc86a.html#afda9d0ade24a5ad0d52c2f2f1a7bc86a">CodeSmileEditor.Asset.Bundle.Remove</a></div><div class="ttdeci">static void Remove([NotNull] String bundleName)</div><div class="ttdoc">Removes a specific asset bundle by name.</div></div>
<div class="ttc" id="aclass_code_smile_editor_1_1_asset_1_1_bundle_html"><div class="ttname"><a href="class_code_smile_editor_1_1_asset_1_1_bundle.html">CodeSmileEditor.Asset.Bundle</a></div><div class="ttdoc">Groups all asset bundle related functionality.</div><div class="ttdef"><b>Definition</b> <a href="_asset_8_bundle_8cs_source.html#l00018">Asset.Bundle.cs:19</a></div></div>
<div class="ttc" id="aclass_code_smile_editor_1_1_asset_1_1_bundle_html"><div class="ttname"><a href="class_code_smile_editor_1_1_asset_1_1_bundle.html">CodeSmileEditor.Asset.Bundle</a></div><div class="ttdoc">Groups all asset bundle related functionality.</div><div class="ttdef"><b>Definition</b> <a href="#l00018">Asset.Bundle.cs:19</a></div></div>
<div class="ttc" id="aclass_code_smile_editor_1_1_asset_1_1_path_html"><div class="ttname"><a href="class_code_smile_editor_1_1_asset_1_1_path.html">CodeSmileEditor.Asset.Path</a></div><div class="ttdoc">Represents a relative path to an asset file or folder, typically under 'Assets' or 'Packages'.</div><div class="ttdef"><b>Definition</b> <a href="_asset_8_path_8cs_source.html#l00024">Asset.Path.cs:25</a></div></div>
<div class="ttc" id="aclass_code_smile_editor_1_1_asset_html"><div class="ttname"><a href="class_code_smile_editor_1_1_asset.html">CodeSmileEditor.Asset</a></div><div class="ttdoc">Replacement implementation for Unity's massive AssetDatabase class with a cleaner interface and more ...</div><div class="ttdef"><b>Definition</b> <a href="_asset_8_bundle_8cs_source.html#l00010">Asset.Bundle.cs:11</a></div></div>
<div class="ttc" id="anamespace_code_smile_editor_html"><div class="ttname"><a href="namespace_code_smile_editor.html">CodeSmileEditor</a></div><div class="ttdef"><b>Definition</b> <a href="_asset_8_bundle_8cs_source.html#l00008">Asset.Bundle.cs:9</a></div></div>
<div class="ttc" id="aclass_code_smile_editor_1_1_asset_html"><div class="ttname"><a href="class_code_smile_editor_1_1_asset.html">CodeSmileEditor.Asset</a></div><div class="ttdoc">Replacement implementation for Unity's massive AssetDatabase class with a cleaner interface and more ...</div><div class="ttdef"><b>Definition</b> <a href="#l00010">Asset.Bundle.cs:11</a></div></div>
<div class="ttc" id="anamespace_code_smile_editor_html"><div class="ttname"><a href="namespace_code_smile_editor.html">CodeSmileEditor</a></div><div class="ttdef"><b>Definition</b> <a href="#l00008">Asset.Bundle.cs:9</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_14eca4e58e6d71e3a9859288c1bd2735.html">Editor</a></li><li class="navelem"><b>Asset.Bundle.cs</b></li>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.10.0 </li>
</ul>
</div>
</body>
Expand Down
Loading

0 comments on commit 9bdeacc

Please sign in to comment.