diff options
author | Dmitry Jemerov <yole@jetbrains.com> | 2015-01-16 13:04:09 +0100 |
---|---|---|
committer | Dmitry Jemerov <yole@jetbrains.com> | 2015-01-16 13:04:09 +0100 |
commit | 4b75751845b6d63a642cac1017ada30f2549bf14 (patch) | |
tree | e593a81f00eda469eb5b0dfa05af60455bc467ea /test/data/format | |
parent | d75cc63e9b1edc229fad225956ba44fa433e2d0e (diff) | |
download | dokka-4b75751845b6d63a642cac1017ada30f2549bf14.tar.gz dokka-4b75751845b6d63a642cac1017ada30f2549bf14.tar.bz2 dokka-4b75751845b6d63a642cac1017ada30f2549bf14.zip |
generate page titles in HTML output
Diffstat (limited to 'test/data/format')
-rw-r--r-- | test/data/format/classWithClassObject.html | 1 | ||||
-rw-r--r-- | test/data/format/deprecated.package.html | 1 | ||||
-rw-r--r-- | test/data/format/htmlEscaping.html | 1 | ||||
-rw-r--r-- | test/data/format/overloads.html | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/test/data/format/classWithClassObject.html b/test/data/format/classWithClassObject.html index 79546418..5ccb5b7e 100644 --- a/test/data/format/classWithClassObject.html +++ b/test/data/format/classWithClassObject.html @@ -1,5 +1,6 @@ <HTML> <HEAD> +<title>test / Klass</title> </HEAD> <BODY> <a href="out.html">test</a> / <a href="out.html"></a> / <a href="out.html">Klass</a><br/> diff --git a/test/data/format/deprecated.package.html b/test/data/format/deprecated.package.html index cf563a8b..13a5edb2 100644 --- a/test/data/format/deprecated.package.html +++ b/test/data/format/deprecated.package.html @@ -1,5 +1,6 @@ <HTML> <HEAD> +<title>test / root package</title> </HEAD> <BODY> <a href="out.html">test</a> / <a href="out.html"></a><br/> diff --git a/test/data/format/htmlEscaping.html b/test/data/format/htmlEscaping.html index 4f1409c4..0767d642 100644 --- a/test/data/format/htmlEscaping.html +++ b/test/data/format/htmlEscaping.html @@ -1,5 +1,6 @@ <HTML> <HEAD> +<title>test / x</title> </HEAD> <BODY> <a href="out.html">test</a> / <a href="out.html"></a> / <a href="out.html">x</a><br/> diff --git a/test/data/format/overloads.html b/test/data/format/overloads.html index 9ea88869..92296825 100644 --- a/test/data/format/overloads.html +++ b/test/data/format/overloads.html @@ -1,5 +1,6 @@ <HTML> <HEAD> +<title>test / root package</title> </HEAD> <BODY> <a href="out.html">test</a> / <a href="out.html"></a><br/> |