Skip to content

Commit

Permalink
Manually fix headers so sbt-header works correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Oct 20, 2022
1 parent 8892961 commit ea4b87c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions documentation/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (C) Lightbend Inc. <https://www.lightbend.com>
*/
//
// Copyright (C) Lightbend Inc. <https://www.lightbend.com>
//

import com.typesafe.play.docs.sbtplugin.Imports._
import com.typesafe.play.docs.sbtplugin._
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
* Copyright (C) Lightbend Inc. <https://www.lightbend.com>
*/

package scaladoc {
package mycomponent {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
* Copyright (C) Lightbend Inc. <https://www.lightbend.com>
*/

package scaladoc {
package module {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,4 @@
@helper.inputText(userForm("name")) @* <- takes a MessagesProvider *@
@helper.inputText(userForm("age")) @* <- takes a MessagesProvider *@
}
@* #form-define *@<!--
~ /*
~ * Copyright (C) Lightbend Inc. <https://www.lightbend.com>
~ */
-->
@* #form-define *@
1 change: 1 addition & 0 deletions documentation/project/build.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#
# Copyright (C) Lightbend Inc. <https://www.lightbend.com>
#

# sync with project/build.properties
sbt.version=1.7.2
1 change: 1 addition & 0 deletions documentation/style/main.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
* Copyright (C) Lightbend Inc. <https://www.lightbend.com>
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;}
table{border-collapse:collapse;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
Expand Down

0 comments on commit ea4b87c

Please sign in to comment.