Skip to content

Commit

Permalink
#67 Documentation update.
Browse files Browse the repository at this point in the history
  • Loading branch information
karma4u101 committed Apr 21, 2016
1 parent 0f8fa6b commit abec786
Show file tree
Hide file tree
Showing 17 changed files with 187 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ package object FoBoAJSAPI {

override def toString() = FoBoAJSAPI.API.toString()

/**
* Initiate FoBo's Angular API in you bootstrap liftweb Boot.
*
* '''Example:'''
* {{{
* import net.liftmodules.{FoBoAJSAPI => FoBo}
* :
* FoBo.API.Init=FoBo.API.[API Object]
* }}}
* '''Note:''' To see available objects click on the round trait icon in the header of this page.
*/
abstract sealed trait API

object API extends API {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ package object FoBoAJSRes {

override def toString() = FoBoAJSRes.Resource.toString()

/**
* Initiate FoBo's Angular Resource(s) in you bootstrap liftweb Boot.
*
* '''Example:'''
* {{{
* import net.liftmodules.{FoBoAJSRes => FoBo}
* :
* FoBo.Resource.Init=FoBo.Resource.[Resource Object]
* }}}
* '''Note:''' To see available objects click on the round trait icon in the header of this page.
*/
abstract sealed trait Resource

object Resource extends Resource {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ package object FoBoTBAPI {

override def toString() = FoBoTBAPI.API.toString()

/**
* Initiate FoBo's Bootstrap 3 API in you bootstrap liftweb Boot.
*
* '''Example:'''
* {{{
* import net.liftmodules.{FoBoTBAPI => FoBo}
* :
* FoBo.API.Init=FoBo.API.[API Object]
* }}}
* '''Note:''' To see available objects click on the round trait icon in the header of this page.
*/
abstract sealed trait API

object API extends API {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ package object FoBoTBRes {

override def toString() = FoBoTBRes.Resource.toString()

/**
* Initiate FoBo's Bootstrap 2 Resource(s) in you bootstrap liftweb Boot.
*
* '''Example:'''
* {{{
* import net.liftmodules.{FoBoTBRes => FoBo}
* :
* FoBo.Resource.Init=FoBo.Resource.[Resource Object]
* }}}
* '''Note:''' To see available objects click on the round trait icon in the header of this page.
*/
abstract sealed trait Resource

object Resource extends Resource {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ package object FoBoBsAPI {

override def toString() = FoBoBsAPI.API.toString()

/**
* Initiate FoBo's Bootstrap 3 API in you bootstrap liftweb Boot.
*
* '''Example:'''
* {{{
* import net.liftmodules.{FoBoBsAPI => FoBo}
* :
* FoBo.API.Init=FoBo.API.[API Object]
* }}}
* '''Note:''' To see available objects click on the round trait icon in the header of this page.
*/
abstract sealed trait API

object API extends API {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ package object FoBoBsRes {

override def toString() = FoBoBsRes.Resource.toString()

/**
* Initiate FoBo's Bootstrap 3 Resource(s) in you bootstrap liftweb Boot.
*
* '''Example:'''
* {{{
* import net.liftmodules.{FoBoBsRes => FoBo}
* :
* FoBo.Resource.Init=FoBo.Resource.[Resource Object]
* }}}
* '''Note:''' To see available objects click on the round trait icon in the header of this page.
*/
abstract sealed trait Resource

object Resource extends Resource {
Expand Down
11 changes: 11 additions & 0 deletions FoBo/FoBo-API/src/main/scala/net/liftmodules/FoBo/FoBoAPI.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ package object FoBoAPI {

//override def toString() = FoBoAPI.API.toString()

/**
* Initiate FoBo's FoBo API in you bootstrap liftweb Boot.
*
* '''Example:'''
* {{{
* import net.liftmodules.{FoBoAPI => FoBo}
* :
* FoBo.API.Init=FoBo.API.[API Object]
* }}}
* '''Note:''' To see available objects click on the round trait icon in the header of this page.
*/
abstract sealed trait API

object API extends API {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ package object FoBoFAAPI {

override def toString() = FoBoFAAPI.API.toString()

/**
* Initiate FoBo's Font Awesome API in you bootstrap liftweb Boot.
*
* '''Example:'''
* {{{
* import net.liftmodules.{FoBoFAAPI => FoBo}
* :
* FoBo.API.Init=FoBo.API.[API Object]
* }}}
* '''Note:''' To see available objects click on the round trait icon in the header of this page.
*/
abstract sealed trait API

object API extends API {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ package object FoBoFARes {

override def toString() = FoBoFARes.Resource.toString()

/**
* Initiate FoBo's Font Awesome Resource(s) in you bootstrap liftweb Boot.
*
* '''Example:'''
* {{{
* import net.liftmodules.{FoBoFARes => FoBo}
* :
* FoBo.Resource.Init=FoBo.Resource.[Resource Object]
* }}}
* '''Note:''' To see available objects click on the round trait icon in the header of this page.
*/
abstract sealed trait Resource

object Resource extends Resource {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ package object FoBoGCPAPI {

override def toString() = FoBoGCPAPI.API.toString()

/**
* Initiate FoBo's Google Code Prettify API in you bootstrap liftweb Boot.
*
* '''Example:'''
* {{{
* import net.liftmodules.{FoBoGCPAPI => FoBo}
* :
* FoBo.API.Init=FoBo.API.[API Object]
* }}}
* '''Note:''' To see available objects click on the round trait icon in the header of this page.
*/
abstract sealed trait API

object API extends API {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ package object FoBoGCPRes {

override def toString() = FoBoGCPRes.Resource.toString()

/**
* Initiate FoBo's Google Code Prettify Resource(s) in you bootstrap liftweb Boot.
*
* '''Example:'''
* {{{
* import net.liftmodules.{FoBoGCPRes => FoBo}
* :
* FoBo.Resource.Init=FoBo.Resource.[Resource Object]
* }}}
* '''Note:''' To see available objects click on the round trait icon in the header of this page.
*/
abstract sealed trait Resource

object Resource extends Resource {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ package object FoBoJQAPI {

override def toString() = FoBoJQAPI.API.toString()

/**
* Initiate FoBo's JQuery API in you bootstrap liftweb Boot.
*
* '''Example:'''
* {{{
* import net.liftmodules.{FoBoJQAPI => FoBo}
* :
* FoBo.API.Init=FoBo.API.[API Object]
* }}}
* '''Note:''' To see available objects click on the round trait icon in the header of this page.
*/
abstract sealed trait API

object API extends API {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ package object FoBoJQRes {

override def toString() = FoBoJQRes.Resource.toString()

/**
* Initiate FoBo's JQuery Resource(s) in you bootstrap liftweb Boot.
*
* '''Example:'''
* {{{
* import net.liftmodules.{FoBoJQRes => FoBo}
* :
* FoBo.Resource.Init=FoBo.Resource.[Resource Object]
* }}}
* '''Note:''' To see available objects click on the round trait icon in the header of this page.
*/
abstract sealed trait Resource

object Resource extends Resource {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ package object FoBoKiAPI {

override def toString() = FoBoKiAPI.API.toString()

/**
* Initiate FoBo's KineticJs API in you bootstrap liftweb Boot.
*
* '''Example:'''
* {{{
* import net.liftmodules.{FoBoKiAPI => FoBo}
* :
* FoBo.API.Init=FoBo.API.[API Object]
* }}}
* '''Note:''' To see available objects click on the round trait icon in the header of this page.
*/
abstract sealed trait API

object API extends API {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ package object FoBoKiRes {

override def toString() = FoBoKiRes.Resource.toString()

/**
* Initiate FoBo's KineticJs Resource(s) in you bootstrap liftweb Boot.
*
* '''Example:'''
* {{{
* import net.liftmodules.{FoBoKiRes => FoBo}
* :
* FoBo.Resource.Init=FoBo.Resource.[Resource Object]
* }}}
* '''Note:''' To see available objects click on the round trait icon in the header of this page.
*/
abstract sealed trait Resource

object Resource extends Resource {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ package object FoBoPaAPI {

override def toString() = FoBoPaAPI.API.toString()

/**
* Initiate FoBo's Pace API in you bootstrap liftweb Boot.
*
* '''Example:'''
* {{{
* import net.liftmodules.{FoBoPaAPI => FoBo}
* :
* FoBo.API.Init=FoBo.API.[API Object]
* }}}
* '''Note:''' To see available objects click on the round trait icon in the header of this page.
*/
abstract sealed trait API

object API extends API {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ package object FoBoPaRes {

override def toString() = FoBoPaRes.Resource.toString()

/**
* Initiate FoBo's Pace Resource(s) in you bootstrap liftweb Boot.
*
* '''Example:'''
* {{{
* import net.liftmodules.{FoBoPaRes => FoBo}
* :
* FoBo.Resource.Init=FoBo.Resource.[Resource Object]
* }}}
* '''Note:''' To see available objects click on the round trait icon in the header of this page.
*/
abstract sealed trait Resource

object Resource extends Resource {
Expand Down

0 comments on commit abec786

Please sign in to comment.