mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-21 23:00:24 -08:00
Compare commits
7 Commits
tooomm-rea
...
tooomm-dox
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
af9a849fa5 | ||
|
|
99bc243e13 | ||
|
|
74d9361bf3 | ||
|
|
444015c91c | ||
|
|
64276b747c | ||
|
|
31d7759eb8 | ||
|
|
c442e9e6de |
@@ -1,8 +1,10 @@
|
|||||||
.git/
|
.*/
|
||||||
build/
|
build/
|
||||||
.github/
|
|
||||||
.tx/
|
|
||||||
cockatrice/
|
cockatrice/
|
||||||
doc/
|
doc/
|
||||||
|
docs/
|
||||||
oracle/
|
oracle/
|
||||||
|
tests/
|
||||||
|
webclient/
|
||||||
|
.*
|
||||||
Dockerfile
|
Dockerfile
|
||||||
|
|||||||
7
.github/workflows/documentation-build.yml
vendored
7
.github/workflows/documentation-build.yml
vendored
@@ -56,6 +56,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
deploy_key: ${{ secrets.DOCS_DEPLOY_KEY }}
|
deploy_key: ${{ secrets.DOCS_DEPLOY_KEY }}
|
||||||
external_repository: Cockatrice/cockatrice.github.io
|
external_repository: Cockatrice/cockatrice.github.io
|
||||||
publish_branch: master
|
publish_branch: master # GH Pages branch
|
||||||
publish_dir: ./docs/html
|
publish_dir: ./docs/html # Source directory
|
||||||
destination_dir: docs # Docs will live under https://cockatrice.github.io/docs/
|
destination_dir: docs # Docs will live under https://cockatrice.github.io/docs/
|
||||||
|
user_name: 'github-actions[bot]'
|
||||||
|
user_email: 'github-actions[bot]@users.noreply.github.com'
|
||||||
|
commit_message: Deploy Docs # ${GITHUB_SHA} will get appended
|
||||||
|
|||||||
24
.gitignore
vendored
24
.gitignore
vendored
@@ -1,17 +1,17 @@
|
|||||||
tags
|
|
||||||
build*
|
|
||||||
*.qm
|
|
||||||
.directory
|
|
||||||
mysql.cnf
|
|
||||||
.DS_Store
|
|
||||||
.idea/
|
|
||||||
*.aps
|
*.aps
|
||||||
cmake-build*
|
*.qm
|
||||||
preferences
|
.cache
|
||||||
compile_commands.json
|
.directory
|
||||||
|
.DS_Store
|
||||||
|
.gdb_history
|
||||||
|
.idea/
|
||||||
.vs/
|
.vs/
|
||||||
.vscode/
|
.vscode/
|
||||||
.cache
|
build*
|
||||||
.gdb_history
|
cmake-build*
|
||||||
|
compile_commands.json
|
||||||
cockatrice/resources/config/qtlogging.ini
|
cockatrice/resources/config/qtlogging.ini
|
||||||
docs/
|
docs/
|
||||||
|
mysql.cnf
|
||||||
|
preferences
|
||||||
|
tags
|
||||||
|
|||||||
7
Doxyfile
7
Doxyfile
@@ -1069,6 +1069,7 @@ RECURSIVE = YES
|
|||||||
EXCLUDE = build/ \
|
EXCLUDE = build/ \
|
||||||
cmake/ \
|
cmake/ \
|
||||||
dbconverter/ \
|
dbconverter/ \
|
||||||
|
docs/ \
|
||||||
vcpkg/ \
|
vcpkg/ \
|
||||||
webclient/
|
webclient/
|
||||||
|
|
||||||
@@ -2614,7 +2615,7 @@ DOT_NUM_THREADS = 0
|
|||||||
# The default value is: fontname=Helvetica,fontsize=10.
|
# The default value is: fontname=Helvetica,fontsize=10.
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
||||||
|
|
||||||
DOT_COMMON_ATTR = "fontname=Helvetica,fontsize=10"
|
DOT_COMMON_ATTR = "fontname=Helvetica, fontsize=10"
|
||||||
|
|
||||||
# DOT_EDGE_ATTR is concatenated with DOT_COMMON_ATTR. For elegant style you can
|
# DOT_EDGE_ATTR is concatenated with DOT_COMMON_ATTR. For elegant style you can
|
||||||
# add 'arrowhead=open, arrowtail=open, arrowsize=0.5'. <a
|
# add 'arrowhead=open, arrowtail=open, arrowsize=0.5'. <a
|
||||||
@@ -2623,7 +2624,7 @@ DOT_COMMON_ATTR = "fontname=Helvetica,fontsize=10"
|
|||||||
# The default value is: labelfontname=Helvetica,labelfontsize=10.
|
# The default value is: labelfontname=Helvetica,labelfontsize=10.
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
||||||
|
|
||||||
DOT_EDGE_ATTR = "labelfontname=Helvetica,labelfontsize=10,arrowhead=open, arrowtail=open, arrowsize=0.5"
|
DOT_EDGE_ATTR = "labelfontname=Helvetica, labelfontsize=10, arrowhead=open, arrowtail=open, arrowsize=0.5"
|
||||||
|
|
||||||
# DOT_NODE_ATTR is concatenated with DOT_COMMON_ATTR. For view without boxes
|
# DOT_NODE_ATTR is concatenated with DOT_COMMON_ATTR. For view without boxes
|
||||||
# around nodes set 'shape=plain' or 'shape=plaintext' <a
|
# around nodes set 'shape=plain' or 'shape=plaintext' <a
|
||||||
@@ -2631,7 +2632,7 @@ DOT_EDGE_ATTR = "labelfontname=Helvetica,labelfontsize=10,arrowhead=ope
|
|||||||
# The default value is: shape=box,height=0.2,width=0.4.
|
# The default value is: shape=box,height=0.2,width=0.4.
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
||||||
|
|
||||||
DOT_NODE_ATTR = "shape=box,height=0.2,width=0.4"
|
DOT_NODE_ATTR = "shape=box, height=0.2, width=0.4"
|
||||||
|
|
||||||
# You can set the path where dot can find font specified with fontname in
|
# You can set the path where dot can find font specified with fontname in
|
||||||
# DOT_COMMON_ATTR and others dot attributes.
|
# DOT_COMMON_ATTR and others dot attributes.
|
||||||
|
|||||||
Reference in New Issue
Block a user