Rechercher une page de manuel
decomment
Langue: en
Version: 110916 (mandriva - 01/05/08)
Section: 1 (Commandes utilisateur)
NAME
decomment - remove comments from C and C++ filesSYNOPSIS
decomment [file(s)]DESCRIPTION
decomment processes the named files, or standard input if none are named, copying their contents to standard output with comments removed. Line numbers in the input file(s) and out file(s) are unchanged, that is, if main() occurs on line 40 in the input, it will also appear on line 40 in the output despite comment removal.APPLICATIONS
decomment may be used to remove comments in order to simply other programs which process source code.DIAGNOSTICS
No parsing-related diagnostics.WARNINGS
AUTHOR
Paul BameSEE ALSO
pmccabe(1), codechanges(1)Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre