Skip to content

Commit

Permalink
deploy: 9ebf747
Browse files Browse the repository at this point in the history
  • Loading branch information
KaruroChori committed Jan 9, 2025
1 parent 28891eb commit f52a5bd
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
Binary file not shown.
Binary file modified next/docs/dist/website/doxygen/latex/vs-templ_8hpp__incl.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion next/docs/examples/advanced/html/templ.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<body>
<main class="container">
<h1 s:when=": false">Hello!</h1>
<s:include src="./examples/advanced/html/header.template.xml">
<s:include src="./examples/advanced/html/header.templ.xml">
<h1>Placeholder title</h1>
<p>Description stuff</p>
</s:include>
Expand Down
2 changes: 1 addition & 1 deletion next/docs/examples/basics/data/data.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--
`./build/vs.templ ./examples/basics/data.templ.xml ./examples/basics/data.data.xml`
`./build/vs.templ ./examples/basics/data/templ.xml ./examples/basics/data/data.xml`
-->
<data></data>
2 changes: 1 addition & 1 deletion next/docs/examples/basics/for-props/data.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
`./build/vs.templ ./examples/basics/for-props.templ.xml ./examples/basics/for-props.data.xml`
`./build/vs.templ ./examples/basics/for-props/templ.xml ./examples/basics/for-props/data.xml`
-->
<items>
<section-a prop-a="Value A-1" prop-b="Value A-2" prop-c="Value A-3"></section-a>
Expand Down
2 changes: 1 addition & 1 deletion next/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,5 @@

<!--
MkDocs version : 1.6.1
Build Date UTC : 2025-01-09 18:09:31.039961+00:00
Build Date UTC : 2025-01-09 23:45:16.478988+00:00
-->
2 changes: 1 addition & 1 deletion next/docs/meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'vs-templ',
['cpp'],
version: '0.3.15',
version: '0.4.0',
meson_version: '>= 1.1',
default_options: ['cpp_std=c++20'],
)
Expand Down
Binary file modified next/doxygen/latex/vs-templ_8hpp__dep__incl.pdf
Binary file not shown.
Binary file modified next/doxygen/latex/vs-templ_8hpp__incl.pdf
Binary file not shown.

0 comments on commit f52a5bd

Please sign in to comment.