github.com/atrn/dcc@v0.0.0-20220806184050-4470d2553272/gen.go (about)

     1  // dcc - dependency-driven C/C++ compiler front end
     2  //
     3  // Copyright © A.Newman 2015.
     4  //
     5  // This source code is released under version 2 of the  GNU Public License.
     6  // See the file LICENSE for details.
     7  //
     8  
     9  //go:generate enums
    10  
    11  package main