summaryrefslogtreecommitdiffstats
path: root/data/gendoc
Commit message (Collapse)AuthorAgeFilesLines
* Use Perl to find the files to analyze for the help documentation.Michele Calgaro2026-02-131-9/+63
| | | | | | All the .h and .cpp files needs to be processed for this. Some files are generated at build time and the coming cmake conversion can't use "file(GLOB)" to collect the lists of files since that command is execute at configure time, so before some files are generated. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Move admin/gendoc.pl to data/gendoc/gendoc.pl.Michele Calgaro2026-01-082-0/+1352
Once the cmake conversion is completed and the support for autotools is dropped, the admin folder will no longer exist but "gendoc.pl" is still required to generate the help documentation. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>