Skip to content

Commit ba098f1

Browse files
authoredAug 27, 2019
Add reference documentation for properties, methods and events (#262)
* Added new structure for reference documentation. Updated Wyam * Some small fixes * Added docs for Properties > Core * Added docs for importer * Added docs for JS specific properties * Fixed broken test * Added docs for layout settings * Added docs for player properties * Added docs for rendering resources * Added staves docs * Auto generate rendering resources table, added docs for vibrato * Added docs for core API + some API extension for consistency. * Fixed compilation issues. * Fixed compilation issues. * Docs for player api added. * Moved loadsoundfont to correct section * Docs for the api props * Some type infos for API props * Remove from sidebar again * Docs for jQuery, made jQuery plugin consistent with API * Removed separate jquery docs * Added jQuery event listening to docs. * Added played api methods and docs to be consistent with current version. * Fixed compilation issues * Fixed minor issue and updated player sample after "autoscroll" removal * Add version tag to docs, bump to 0.9.4 * Corrected wrong number
1 parent afbef9a commit ba098f1

File tree

190 files changed

+8012
-1122
lines changed

Some content is hidden

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

190 files changed

+8012
-1122
lines changed
 

‎Directory.Build.props

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<DebugType>full</DebugType>
44
<DebugSymbols>true</DebugSymbols>
55

6-
<Version>0.9.3</Version>
7-
<AssemblyVersion>0.9.3.0</AssemblyVersion>
8-
<FileVersion>0.9.3.0</FileVersion>
6+
<Version>0.9.4</Version>
7+
<AssemblyVersion>0.9.4.0</AssemblyVersion>
8+
<FileVersion>0.9.4.0</FileVersion>
99
<Authors>Danielku15</Authors>
1010
<Company>CoderLine</Company>
1111
<Product>AlphaTab</Product>
1212
<NeutralLanguage>en</NeutralLanguage>
1313
<Description>alphaTab is a cross platform music notation and guitar tablature rendering library.</Description>
14-
<Copyright>Copyright © 2017, Daniel Kuschny and Contributors</Copyright>
14+
<Copyright>Copyright © 2019, Daniel Kuschny and Contributors</Copyright>
1515
<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
1616
<PackageProjectUrl>https://www.alphatab.net</PackageProjectUrl>
1717
<RepositoryUrl>https://github.com/CoderLine/alphaTab</RepositoryUrl>

‎Documentation/config.wyam.packages.xml

+104-73
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.