Skip to content

Commit 0a49083

Browse files
authored
Merge pull request #185 from sofa-framework/25_04_finalize_doc_gen_for_plugin
Finalize doc gen for plugin
2 parents 8dd6f1b + 127540b commit 0a49083

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

script/PluginLists/exportInTreePlugins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def recFindCMakeLists(currFilename, fileList):
2424
recFindCMakeLists(filenames[0],filenames)
2525

2626
presetFilename=f"{SOFA_SRC}/CMakePresets.json"
27-
descriptionFolder=f"{script_path}/AdvancedDescriptions/"
27+
descriptionFolder=f"{script_path.parent}/AdvancedDescriptions/"
2828

2929
possibleTypes=["application","folder","plugin"]
3030

script/PluginLists/exportSupportedPlugins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def recFindCMakeLists(currFilename, fileList):
2424
recFindCMakeLists(filenames[0],filenames)
2525

2626
presetFilename=f"{SOFA_SRC}/CMakePresets.json"
27-
descriptionFolder=f"{script_path}/AdvancedDescriptions/"
27+
descriptionFolder=f"{script_path.parent}/AdvancedDescriptions/"
2828

2929
possibleTypes=["application","folder","plugin"]
3030

0 commit comments

Comments
 (0)