Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.75 KB

readme.md

File metadata and controls

42 lines (35 loc) · 1.75 KB

\page PageLibsScript MySQL Library Scripts

MySQL Library Scripts

This directory contains scripts that help developing and maintaining libraries. Here is a summary. For details, run the script with the --help flag.

  • create: Create a new library or C++ source code file from a template, fixing cmake files, copyright headers, header guards, namespaces, Doxygen references, etc.

  • move: Move a library, C++ source file, or subdirectory, maintaining cmake files, header guards, namespaces, Doxygen references, etc.

  • check: Check that libraries satisfy coding guidelines related to include files.