Don't ignore generated help file headers.

This commit is contained in:
Alex Shvartzkop
2026-01-16 17:23:19 +03:00
parent 3578602b4a
commit f06ef2ee38
3 changed files with 13 additions and 2 deletions
-2
View File
@@ -25,8 +25,6 @@ common/template_fieldnames_lexer.h
eeschema/schematic_keywords.*
pcbnew/pcb_plot_params_keywords.cpp
pcbnew/pcb_plot_params_lexer.h
pcbnew/dialogs/panel_setup_rules_help_*.h
pcbnew/dialogs/panel_setup_condition_help_*.h
Makefile
.cache/
auto_renamed_to_cpp
@@ -0,0 +1,6 @@
// Do not edit this file, it is autogenerated by CMake from the .md file
_HKI( "### Clause\n"
"\n"
" (condition \"<expression>\")\n"
"\n"
"<br>" );
@@ -0,0 +1,7 @@
// Do not edit this file, it is autogenerated by CMake from the .md file
_HKI( "### Notes\n"
"\n"
"Use Ctrl+/ to comment or uncomment line(s).\n"
"<br><br><br>\n"
"\n"
"" );