We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ecfa67 commit d3d4a28Copy full SHA for d3d4a28
mise.toml
@@ -23,3 +23,21 @@ run = """
23
rm -f release/cipherstash-encrypt-uninstall.sql
24
rm -f release/cipherstash-encrypt.sql
25
"""
26
+
27
+[tasks."docs:generate"]
28
+description = "Generate API documentation with Doxygen"
29
+run = """
30
+ echo "Generating API documentation..."
31
+ doxygen Doxyfile
32
+ echo "Documentation generated at docs/api/html/index.html"
33
+"""
34
35
+[tasks."docs:validate"]
36
+description = "Validate SQL documentation"
37
38
+ echo "Checking documentation coverage..."
39
+ ./tasks/check-doc-coverage.sh
40
+ echo ""
41
+ echo "Validating required tags..."
42
+ ./tasks/validate-required-tags.sh
43
0 commit comments