aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-08-23 10:55:56 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-08-23 10:55:56 +0200
commit0365ed16084240954ede2005a8954b6035490122 (patch)
tree6ec0490f28b581014483dfa4a7122879f6036e5c
parent2e8abc421151b81272f7ab988e494fd29eb431ff (diff)
Format: Remove spaces at EOL
Change-Id: If16b9cd45e5955b8ca8049fee1ea97a9d43d5cb7 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--README.md2
-rw-r--r--cmake/cmake.d/03-macros.cmake2
-rw-r--r--docs/dev_guide/1_Quickstart.md2
-rw-r--r--samples.d/config.cmake.sample2
-rwxr-xr-xtemplate.d/start-on-target.sh.in2
5 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 195162f..96dfb3c 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ For each target part of your project, you need to use ***PROJECT_TARGET_ADD***
to include this target to your project.
Using it, make available the cmake variable ***TARGET_NAME*** until the next
-***PROJECT_TARGET_ADD*** is invoked with a new target name.
+***PROJECT_TARGET_ADD*** is invoked with a new target name.
So, typical usage defining a target is:
diff --git a/cmake/cmake.d/03-macros.cmake b/cmake/cmake.d/03-macros.cmake
index 88d6dd4..ff4388d 100644
--- a/cmake/cmake.d/03-macros.cmake
+++ b/cmake/cmake.d/03-macros.cmake
@@ -144,7 +144,7 @@ macro(add_input_files INPUT_FILES)
list_filter(LUA_LIST "lua$")
list_filter(JSON_LIST "json$")
- add_custom_target(${TARGET_NAME}
+ add_custom_target(${TARGET_NAME}
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${TARGET_NAME}
)
diff --git a/docs/dev_guide/1_Quickstart.md b/docs/dev_guide/1_Quickstart.md
index baf70ae..9aad1ef 100644
--- a/docs/dev_guide/1_Quickstart.md
+++ b/docs/dev_guide/1_Quickstart.md
@@ -29,7 +29,7 @@ For each target part of your project, you need to use ***PROJECT_TARGET_ADD***
to include this target to your project.
Using it, make available the cmake variable ***TARGET_NAME*** until the next
-***PROJECT_TARGET_ADD*** is invoked with a new target name.
+***PROJECT_TARGET_ADD*** is invoked with a new target name.
So, typical usage defining a target is:
diff --git a/samples.d/config.cmake.sample b/samples.d/config.cmake.sample
index 9d26ad7..393c893 100644
--- a/samples.d/config.cmake.sample
+++ b/samples.d/config.cmake.sample
@@ -84,7 +84,7 @@ set (PKG_REQUIRED_LIST
# Either separate options with ";", or each options must be quoted separately
# DO NOT PUT ALL OPTION QUOTED AT ONCE , COMPILATION COULD FAILED !
# ----------------------------------------------------------------------------
-#set(COMPILE_OPTIONS
+#set(COMPILE_OPTIONS
# -Wall
# -Wextra
# -Wconversion
diff --git a/template.d/start-on-target.sh.in b/template.d/start-on-target.sh.in
index 9e3a60d..d5426ed 100755
--- a/template.d/start-on-target.sh.in
+++ b/template.d/start-on-target.sh.in
@@ -1,5 +1,5 @@
#!/bin/sh
-#
+#
# File: start-on-target.sh
# Author: Fulup Ar Foll @ IoT.bzh
# Object: Forward signal (SIGTERM) to remote process
#0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
{
    "title": "CMake Application templates",
    "subtitle": "Developer Documentation",
    "description": "CMake templates used to build an AGL apps and widget",
    "keywords": "AGL, Development, Iotbzh",
    "author": "IoT.Bzh Team",
    "website": "http://iot.bzh",
    "published": "July 2017",
    "version": "1.0",

    "gitbook": "3.2.2",
    "root": "docs",
    "pdf": {
        "fontFamily": "Verdana",
        "fontSize": 12,
        "paperSize": "a4",
        "pageBreaksBefore": "//h:div[@class=\"page-break\"]"
    },
    "styles": {
        "website": "resources/ebook.css",
        "ebook": "resources/ebook.css",
        "pdf": "resources/ebook.css"
    },

    "hidepageheaders": [2, 3],
    "hidepagefooters": [2, 3],

    "plugins": [
        "regexplace"
    ],
    "pluginsConfig": {
        "regexplace": {
            "removeFirstPartsInSectionNumber": true,
            "substitutes": [{
                    "pattern": "<!-- pagebreak -->",
                    "flags": "g",
                    "substitute": "<div class=\"page-break\"></div>"
                },
                {
                    "pattern": "<!-- clear -->",
                    "flags": "g",
                    "substitute": "<div class=\"clear\"></div>"
                },
                {
                    "pattern": "<!-- nopagebreak -->",
                    "flags": "g",
                    "substitute": "<div class=\"nopb\">"
                },
                {
                    "pattern": "<!-- endnopagebreak -->",
                    "flags": "g",
                    "substitute": "</div>"
                },
                {
                    "pattern": "<!-- note -->",
                    "flags": "g",
                    "substitute": "<div class=\"note\">"
                },
                {
                    "pattern": "<!-- endnote -->",
                    "flags": "g",
                    "substitute": "</div>"
                },
                {
                    "pattern": "!\\[(.*?)\\]\\((.*?)(?:\\s+\"(.*)\")?\\){0,}{caption=1([^\\}]*)}",
                    "flags": "gmi",
                    "substitute": "<figure id=\"fig_PAGE_LEVEL_._INDEX_\"><img $3 alt=\"$1\" title=\"$1\" href=\"$2\"><figcaption></figcaption></figure>",
                    "decode": true
                },
                {
                    "pattern": "<img ([^>]*) {0,}\/{0,}> {0,}{caption=1([^\\}]*)}",
                    "flags": "g",
                    "substitute": "<figure id=\"fig_PAGE_LEVEL_._INDEX_\"><img $2 $1><figcaption></figcaption></figure>",
                    "decode": true
                },
                {
                    "pattern": "<img (.*)alt=\"([^\"]*)\"(.*) {0,1}\/{0,1}><figcaption></figcaption>",
                    "flags": "g",
                    "substitute": "<img$1alt=\"$2\"$3><figcaption><span>Picture _PAGE_LEVEL_._INDEX_</span>: $2</figcaption>",
                    "store": {
                        "substitute": "<a href=\"_PAGE_PATH_#fig_PAGE_LEVEL_._INDEX_\">Pic. _PAGE_LEVEL_._INDEX_</a> <span>$2</span>",
                        "variable_name": "pictures"
                    }
                },
                {
                    "pattern": "<img ([^>]*)> {0,}{style {1,}([^}]*)}",
                    "flags": "g",
                    "substitute": "<img $1 style=\"$2\">",
                    "decode": true
                }
            ]
        }
    }
}