Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iv-mexx/beautifyfileheader

A python tool that unifies and beautifies all source-file-headers in a directory
https://github.com/iv-mexx/beautifyfileheader

author batch-processing beautify copyright file-headers python unify

Last synced: about 1 month ago
JSON representation

A python tool that unifies and beautifies all source-file-headers in a directory

Awesome Lists containing this project

README

        

BeautifyFileHeader
==================

A python tool that unifies and beautifies all source-file-headers in a directory

Features
--------

* Scan a folder and all its subfolders for source files
* Specify file extensions
* Specify ignore patterns
* Reads file-headers of the found files
* Reads author, company, creation date and file name
* Other information (brief, details, other doxygen tags) are currently discarded
* Replaces header with a unified doxygen style header
* Ability to overwrite authors and company information
* Future improvements: specify the header format