gnatdoc: substitute version and date on build
See merge request eng/ide/gnatdoc!132
(cherry picked from commit 3b9ae04ea8)
46122d7f Add support of `--version` command line switch.
aca88676 `build-all` target to simplify build in dev env.
5343cc15 Remove target after update of ANOD spec
40c4b62d Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Vadim Godunko <godunko@adacore.com>
Handle subtypes as parent or progenitor for tagged type
Closes#93
See merge request eng/ide/gnatdoc!129
(cherry picked from commit 0fd7349d05)
6831f23a Activate output for subtypes.
377f5fbc Update expected results.
518b5dc4 Resolve subtypes when used as parent/progenitors.
cdd4b13f Dump entities tree information.
c729ebbd Automated test.
Co-authored-by: Vadim Godunko <godunko@adacore.com>
Fix handling of Documentation.Excluded_Project_Files
See merge request eng/ide/gnatdoc!124
(cherry picked from commit 9699a039af)
ce512b0a Fix handling of Documentation.Excluded_Project_Files
f831fd26 Use VSS String_Template to format message.
61ad57ba Fix construction of the list of all project files.
31c10e3e More Makefile targets to build components.
cb9be27e Test backend and switch to output list of project files.
4a2e6a51 Automated test of aggregated project with exclusions.
Co-authored-by: Vadim Godunko <godunko@adacore.com>
With the following heuristics: if the complete part
is non-private, use it for doc. Otherwise, revert to the
previous behavior, which is to return empty.
The test will be added as part of ada_language_server.
For eng/ide/ada_language_server#1320