fix: ignoring config.toml and adding config-example.toml

This commit is contained in:
2025-12-01 15:15:20 -03:00
parent 12a3ab90d4
commit 641b9d71b4
2 changed files with 10 additions and 3 deletions

2
.gitignore vendored
View File

@@ -174,3 +174,5 @@ cython_debug/
# PyPI configuration file
.pypirc
# Project specific
config.toml

View File

@@ -1,4 +1,9 @@
[c]
[llm]
base_url = "https://openrouter.ai/api/v1"
api_key = ""
model = "openai/gpt-oss-120b"
[language.c]
name = "Doxygen"
output_requirement="""
- The documentation output MUST be a valid comment in the style required for the code language:
@@ -65,7 +70,7 @@ private:
};
"""
[cpp]
[language.cpp]
name = "Doxygen"
output_requirement="""
- The documentation output MUST be a valid comment in the style required for the code language:
@@ -152,7 +157,7 @@ private:
};
"""
[python]
[language.python]
name = "Google"
output_requirement="""
- The documentation output MUST be a valid comment in the style required for the code language: