-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #128 from ndw/main
DocBook xslTNG version 1.6.0
- Loading branch information
Showing
8 changed files
with
92 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" class="no-js"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><script>(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement)</script><title>Unit test: packagesynopsis.001</title><meta name="viewport" content="width=device-width, initial-scale=1.0"/><link href="https://purl.org/dc/elements/1.1/" rel="schema.dc"/><meta content="2011-04-22T17:02:00-06:00" name="dc.modified"/><meta content="DocBook xslTNG" name="generator"/><link href="./css/docbook.css" rel="stylesheet"/><link href="./css/docbook-screen.css" rel="stylesheet"/></head><body class="home"><nav class="top"></nav><main><article class="article"><header><h1>Unit test: packagesynopsis.001</h1></header><div id="package" class="packagesynopsis"><pre>package <code class="package">org.example.package</code>; | ||
</pre><div id="class" class="classsynopsis"><div class="pre-wrap"><pre class="classsynopsisinfo verbatim"><code>// This is just a made up example. | ||
// Mostly.</code></pre></div><pre>public class Catalog { | ||
<span class="fieldsynopsis">public static final int <span class="varname">BASE</span> = <span class="initializer">CatalogEntry.addEntryType("BASE", 1)</span>;</span> | ||
<span class="constructorsynopsis">public Catalog(); | ||
</span> <span class="methodsynopsis">protected copyReaders(<span class="methodparam">Catalog newCatalog</span>);</span> | ||
}</pre></div></div></article></main><nav class="bottom"></nav></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<article xmlns="http://docbook.org/ns/docbook" version="5.0"> | ||
<title>Unit test: packagesynopsis.001</title> | ||
|
||
<packagesynopsis xml:id="package" language="java"> | ||
<package>org.example.package</package> | ||
<classsynopsis xml:id="class"> | ||
<ooclass> | ||
<modifier>public</modifier> | ||
<classname>Catalog</classname> | ||
</ooclass> | ||
<classsynopsisinfo><?db verbatim-style='plain'?>// This is just a made up example. | ||
// Mostly.</classsynopsisinfo> | ||
<fieldsynopsis> | ||
<modifier>public</modifier> | ||
<modifier>static</modifier> | ||
<modifier>final</modifier> | ||
<type>int</type> | ||
<varname>BASE</varname> | ||
<initializer>CatalogEntry.addEntryType("BASE", 1)</initializer> | ||
</fieldsynopsis> | ||
<constructorsynopsis> | ||
<modifier>public</modifier> | ||
<methodname>Catalog</methodname> | ||
<void/> | ||
</constructorsynopsis> | ||
<methodsynopsis> | ||
<modifier>protected</modifier> | ||
<void/> | ||
<methodname>copyReaders</methodname> | ||
<methodparam> | ||
<type>Catalog</type> | ||
<parameter>newCatalog</parameter> | ||
</methodparam> | ||
</methodsynopsis> | ||
</classsynopsis> | ||
</packagesynopsis> | ||
</article> |