added conditional comments to docs -- seem a bit combersome...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-08-20 01:02:55 +03:00
parent ca5fcf8801
commit aeec8f3eec
2 changed files with 14 additions and 2 deletions

2
bootstrap.js vendored

File diff suppressed because one or more lines are too long

View File

@ -161,8 +161,11 @@ Arguments:
**Example:** **Example:**
<pwiki-comment>
- [bootstrap css](bootstrap/Templates/_css.html)
</pwiki-comment><!--[pWiki[
[Templates/\_css] / [bootstrap css](bootstrap/Templates/_css.html): [Templates/\_css] / [bootstrap css](bootstrap/Templates/_css.html):
<!--[pWiki[``` ```
@source(Templates/_css) @source(Templates/_css)
``` ```
]]--> ]]-->
@ -177,6 +180,10 @@ Each new occurrence of a name will change slot content.
**Example:** **Example:**
<pwiki-comment>
- [bootstrap view](bootstrap/Templates/_view.html):
- [bootstrap edit](bootstrap/Templates/_edit.html):
</pwiki-comment><!--[pWiki[
[Templates/\_view] / [bootstrap view](bootstrap/Templates/_view.html): [Templates/\_view] / [bootstrap view](bootstrap/Templates/_view.html):
``` ```
@source(Templates/_view) @source(Templates/_view)
@ -186,6 +193,7 @@ Each new occurrence of a name will change slot content.
``` ```
@source(Templates/_edit) @source(Templates/_edit)
``` ```
]]-->
### macro (name src sort) / else () ### macro (name src sort) / else ()
@ -216,10 +224,14 @@ of `macro` matches no pages.
**Example:** **Example:**
<pwiki-comment>
- [bootstrap pages](bootstrap/Templates/pages.html):
</pwiki-comment><!--[pWiki[
[Templates/pages] / [bootstrap pages](bootstrap/Templates/pages.html): [Templates/pages] / [bootstrap pages](bootstrap/Templates/pages.html):
``` ```
@source(Templates/pages) @source(Templates/pages)
``` ```
]]-->
<!-- @filter(markdown) --> <!-- @filter(markdown) -->