Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit770f895

Browse files
committed
Update API reference documentation
1 parent252c545 commit770f895

File tree

517 files changed

+3177
-2742
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

517 files changed

+3177
-2742
lines changed

‎.Doxyfile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ PROJECT_LOGO = C:/Users/FlexFerrum/Pictures/Jinja2Cpp_logo1.jpg
5858
# entered, it will be relative to the location where doxygen was started. If
5959
# left blank the current directory will be used.
6060

61-
OUTPUT_DIRECTORY = D:\projects\work\Personal\Jinja2Cpp\jinja2cpp.github.io\docs\reference
61+
OUTPUT_DIRECTORY = D:\projects\work\Personal\Jinja2Cpp\jinja2cpp.github.io\docs\reference\1.0
6262

6363
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
6464
# directories (in 2 levels) under the output directory of each output format and
@@ -1125,7 +1125,10 @@ CLANG_ASSISTED_PARSING = YES
11251125
# specified with INPUT and INCLUDE_PATH.
11261126
# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
11271127

1128-
CLANG_OPTIONS = -std=c++17 -fms-extensions -fms-compatibility -fdelayed-template-parsing
1128+
CLANG_OPTIONS = -std=c++14 \
1129+
-fms-extensions \
1130+
-fms-compatibility \
1131+
-fdelayed-template-parsing
11291132

11301133
# If clang assisted parsing is enabled you can provide the clang parser with the
11311134
# path to the compilation database (see:
@@ -2190,7 +2193,7 @@ INCLUDE_FILE_PATTERNS =
21902193
# recursively expanded use the := operator instead of the = operator.
21912194
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
21922195

2193-
PREDEFINED =
2196+
PREDEFINED = JINJA2CPP_NO_DOXYGEN
21942197

21952198
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
21962199
# tag can be used to specify a list of macro names that should be expanded. The

‎docs/api_reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ nav_order: 6
55
redirect_to:"/docs/reference/html/index.html"
66
---
77

8-
Open Jinja2C++ API reference:[./reference/html/index.html](./reference/html/index.html)
8+
Open Jinja2C++ API reference:[./reference/html/index.html](./reference/1.0/html/index.html)

‎docs/reference/html/annotated.htmlrenamed to ‎docs/reference/1.0/html/annotated.html

Lines changed: 11 additions & 11 deletions
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.

‎docs/reference/html/classes.htmlrenamed to ‎docs/reference/1.0/html/classes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<tableclass="classindex">
9898
<tr><tdrowspan="2"valign="bottom"><aname="letter_a"></a><tableborder="0"cellspacing="0"cellpadding="0"><tr><td><divclass="ah">&#160;&#160;a&#160;&#160;</div></td></tr></table>
9999
</td>
100-
<tdvalign="top"><aclass="el"href="structjinja2_1_1lists__impl_1_1_input_iterator_list_accessor_1_1_enumerator.html">InputIteratorListAccessor::Enumerator</a> (<aclass="el"href="namespacejinja2_1_1lists__impl.html">jinja2::lists_impl</a>)&#160;&#160;&#160;</td>
100+
<tdvalign="top"><aclass="el"href="structjinja2_1_1lists__impl_1_1_forward_iterator_list_accessor_1_1_enumerator.html">ForwardIteratorListAccessor::Enumerator</a> (<aclass="el"href="namespacejinja2_1_1lists__impl.html">jinja2::lists_impl</a>)&#160;&#160;&#160;</td>
101101
<tdvalign="top"><aclass="el"href="classjinja2_1_1_i_filesystem_handler.html">IFilesystemHandler</a> (<aclass="el"href="namespacejinja2.html">jinja2</a>)&#160;&#160;&#160;</td>
102102
<tdvalign="top"><aclass="el"href="classjinja2_1_1_reflected_data_holder.html">ReflectedDataHolder</a> (<aclass="el"href="namespacejinja2.html">jinja2</a>)&#160;&#160;&#160;</td>
103103
<tdvalign="top"><aclass="el"href="structjinja2_1_1_type_reflected.html">TypeReflected</a> (<aclass="el"href="namespacejinja2.html">jinja2</a>)&#160;&#160;&#160;</td>
@@ -175,7 +175,7 @@
175175
<tdvalign="top"><aclass="el"href="structjinja2_1_1lists__impl_1_1_random_iterator_list_accessor.html">RandomIteratorListAccessor</a> (<aclass="el"href="namespacejinja2_1_1lists__impl.html">jinja2::lists_impl</a>)&#160;&#160;&#160;</td>
176176
<tdvalign="top"><aclass="el"href="classjinja2_1_1_template_impl.html">TemplateImpl</a> (<aclass="el"href="namespacejinja2.html">jinja2</a>)&#160;&#160;&#160;</td>
177177
<td></td></tr>
178-
<tr><tdvalign="top"><aclass="el"href="structjinja2_1_1lists__impl_1_1_forward_iterator_list_accessor_1_1_enumerator.html">ForwardIteratorListAccessor::Enumerator</a> (<aclass="el"href="namespacejinja2_1_1lists__impl.html">jinja2::lists_impl</a>)&#160;&#160;&#160;</td>
178+
<tr><tdvalign="top"><aclass="el"href="structjinja2_1_1lists__impl_1_1_input_iterator_list_accessor_1_1_enumerator.html">InputIteratorListAccessor::Enumerator</a> (<aclass="el"href="namespacejinja2_1_1lists__impl.html">jinja2::lists_impl</a>)&#160;&#160;&#160;</td>
179179
<tdrowspan="2"valign="bottom"><aname="letter_i"></a><tableborder="0"cellspacing="0"cellpadding="0"><tr><td><divclass="ah">&#160;&#160;i&#160;&#160;</div></td></tr></table>
180180
</td>
181181
<tdvalign="top"><aclass="el"href="classjinja2_1_1_real_file_system.html">RealFileSystem</a> (<aclass="el"href="namespacejinja2.html">jinja2</a>)&#160;&#160;&#160;</td>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp