Skip to content

Commit

Permalink
添加对 erlang 的支持
Browse files Browse the repository at this point in the history
  • Loading branch information
caixw committed Jul 17, 2016
1 parent f85059e commit a06e26a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta property="og:site_name" content="APIDOC"/>
<meta itemprop="name" content="APIDOC" />

<meta name="keywords" itemprop="keywords" content="apidoc,API,doc,REST,RESTful API,HTML,C#,C/C++,D,Go,Groovy,Java,Javascript,Pascal,Delphi,Perl,PHP,Python,Ruby,Rust,Scala,Swift,文档生成" />
<meta name="keywords" itemprop="keywords" content="apidoc,API,doc,REST,RESTful API,HTML,C#,C/C++,D,Erlang,Go,Groovy,Java,Javascript,Pascal,Delphi,Perl,PHP,Python,Ruby,Rust,Scala,Swift,文档生成" />
<meta name="description"
property="og:description"
itemprop="description"
Expand Down Expand Up @@ -50,7 +50,7 @@ <h1 class="ui text menu left floated">
<!-- about -->
<article class="ui stacked segment" id="about">
<h2 class="ui header">关于</h2>
<p>apidoc 是一个简单的 <abbr title="Representational State Transfer">RESTful</abbr> <abbr title="Application Programming Interface">API</abbr> 文档生成工具,它从代码注释中提取特定格式的内容,生成文档。目前已支持以下语言:C#、C/C++、D、Go、Groovy、Java、Javascript、Pascal/Delphi、Perl、PHP、Python、Rust、Ruby、Scala 和 Swift。</p>
<p>apidoc 是一个简单的 <abbr title="Representational State Transfer">RESTful</abbr> <abbr title="Application Programming Interface">API</abbr> 文档生成工具,它从代码注释中提取特定格式的内容,生成文档。目前已支持以下语言:C#、C/C++、D、Erlang、Go、Groovy、Java、Javascript、Pascal/Delphi、Perl、PHP、Python、Rust、Ruby、Scala 和 Swift。</p>
<p>apidoc 拥有以下特点:</p>
<ol>
<li>跨平台,linux、windows、macOS 等都支持;</li>
Expand Down Expand Up @@ -618,7 +618,7 @@ <h3>@apiError</h3>
<div class="right">
<p>本页面内容托管于 <a href="https://github.com/caixw/apidoc/tree/gh-pages">Github</a><a href="https://github.com/caixw/apidoc/issues/new">纠正内容错误</a>
</p>
<p>更新于 <time itemprop="datePublished" datetime="2016-07-12T02:11:05+0800">2016-07-12T02:11:05+0800</time></p>
<p>更新于 <time itemprop="datePublished" datetime="2016-07-17T23:47:17+0800">2016-07-17T23:47:17+0800</time></p>

<!-- 站长统计 -->
<p><script src="https://s13.cnzz.com/z_stat.php?id=2003942&web_id=2003942"></script></p>
Expand Down

0 comments on commit a06e26a

Please sign in to comment.