fix documenti. (#351)
This commit is contained in:
parent
66da6c93f5
commit
1e76e30de4
|
@ -43,4 +43,4 @@ jobs:
|
|||
|
||||
- name: Test
|
||||
working-directory: ${{github.workspace}}/build
|
||||
run: ctest -C ${{matrix.mode}} -j 1 `nproc` -V
|
||||
run: ctest -C ${{matrix.mode}} -j 1 -V
|
||||
|
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
|
||||
- name: Test
|
||||
working-directory: ${{github.workspace}}/build
|
||||
run: ctest -C ${{matrix.mode}} -j 1 `nproc` -V
|
||||
run: ctest -C ${{matrix.mode}} -j 1 -V
|
||||
|
||||
ubuntu_clang_pb:
|
||||
strategy:
|
||||
|
@ -88,7 +88,7 @@ jobs:
|
|||
|
||||
- name: Test
|
||||
working-directory: ${{github.workspace}}/build
|
||||
run: ctest -C ${{matrix.mode}} -j 1 `nproc` -V
|
||||
run: ctest -C ${{matrix.mode}} -j 1 -V
|
||||
|
||||
ubuntu_clang_for_liburing:
|
||||
strategy:
|
||||
|
@ -129,4 +129,4 @@ jobs:
|
|||
|
||||
- name: Test
|
||||
working-directory: ${{github.workspace}}/build
|
||||
run: ctest -C ${{matrix.mode}} -j 1 `nproc` -V
|
||||
run: ctest -C ${{matrix.mode}} -j 1 -V
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
|
||||
- name: Test
|
||||
working-directory: ${{github.workspace}}/build
|
||||
run: ctest -C ${{matrix.mode}} -j 1 `nproc` -V
|
||||
run: ctest -C ${{matrix.mode}} -j 1 -V
|
||||
|
||||
ubuntu_gcc_pb:
|
||||
strategy:
|
||||
|
@ -124,4 +124,4 @@ jobs:
|
|||
|
||||
- name: Test
|
||||
working-directory: ${{github.workspace}}/build
|
||||
run: ctest -C ${{matrix.mode}} -j 1 `nproc` -V
|
||||
run: ctest -C ${{matrix.mode}} -j 1 -V
|
||||
|
|
|
@ -16,6 +16,7 @@ export const struct_pb_Links = [
|
|||
|
||||
export const struct_pack_Links = [
|
||||
{text: 'What is struct_pack?', link: '/en/struct_pack/struct_pack_intro'},
|
||||
{text: 'struct_pack tips', link: '/en/struct_pack/struct_pack_tips'},
|
||||
{text: 'struct_pack layout', link: '/en/struct_pack/struct_pack_layout'},
|
||||
{text: 'struct_pack type system', link: '/en/struct_pack/struct_pack_type_system'},
|
||||
{text: 'API Reference', link: "https://alibaba.github.io/yalantinglibs/doxygen_en/html/group__struct__pack.html"}
|
||||
|
|
|
@ -16,6 +16,7 @@ export const struct_pb_Links = [
|
|||
|
||||
export const struct_pack_Links = [
|
||||
{ text: 'struct_pack简介', link: '/zh/struct_pack/struct_pack_intro' },
|
||||
{ text: 'struct_pack提示', link: '/zh/struct_pack/struct_pack_tips' },
|
||||
{ text: 'struct_pack布局', link: '/zh/struct_pack/struct_pack_layout' },
|
||||
{ text: 'struct_pack类型系统', link: '/zh/struct_pack/struct_pack_type_system' },
|
||||
{ text: 'API Reference', link: "https://alibaba.github.io/yalantinglibs/doxygen_cn/html/group__struct__pack.html" }
|
||||
|
|
Loading…
Reference in New Issue