rhelgeby / smprojectbase

Automatically exported from code.google.com/p/smprojectbase
0 stars 0 forks source link

Don't put comments on the same line as defines #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
#define PROJECT_FULLNAME    "Red Rover"   // Used when printing the plugin 
name anywhere.
#define PROJECT_SHORTNAME   "project"   // Used for filenames, etc.
#define PROJECT_AUTHOR      "Jacque Strap"
#define PROJECT_DESCRIPTION "A base for large plugins to load modules and use 
its API."
#define PROJECT_VERSION     "1.0.0"     // 
http://wiki.eclipse.org/Version_Numbering
#define PROJECT_URL ""

Example: Because when these are changed the comments get in the way.  Plus 
they get all off-centered

Original issue reported on code.google.com by andrewbo...@gmail.com on 11 Feb 2010 at 12:12

GoogleCodeExporter commented 9 years ago

Original comment by andrewbo...@gmail.com on 11 Feb 2010 at 5:36