yard_klippstein_template 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +4 -1
- data/version.rb +1 -1
- metadata +1 -1
data/README.rdoc
CHANGED
|
@@ -9,7 +9,10 @@ Just some small improvements
|
|
|
9
9
|
|
|
10
10
|
== Usage
|
|
11
11
|
Put this in your .yardopts file:
|
|
12
|
-
--plugin yard_klippstein_template
|
|
12
|
+
--plugin yard_klippstein_template
|
|
13
|
+
|
|
14
|
+
== CSS-File
|
|
15
|
+
* {file:templates/default/fulldoc/html/css/klippstein.css klippstein.css}
|
|
13
16
|
|
|
14
17
|
|
|
15
18
|
== More Info
|
data/version.rb
CHANGED