4026

To automatically fill in the headers of your programming files, this software is very useful.

It is always important to properly document the code when we develop, either to allow someone to read it again easily or simply to be able to navigate when we return to the subject after a long time.
In addition to the documentation of functions, variables, etc., populating the header of the files can also seem very useful for describing the role of the file, its author and the various modifications made.

By cons it is sometimes tedious to create this header.
I developed DescProject for this purpose.

DescProject is a command line application which allows you to browse the source code, search for certain specific tags and replace them with the corresponding text.
The corresponding text is stored in a file containing all the information.
For example the "$AUTHOR$" tag indicates to the software that the author of the file must be inserted here (mentioned in the configuration file).

DescProject is developed under Lazarus.
I provide you the Windows version on my website.

https://www.sebelectronic.com/2016/10/descproject/