Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sun, 08 Jul 2012 16:25:32 Commit: a6c4a16c2e409d52324d89cb6eb236f16d252785 https://github.com/geany/geany-plugins/commit/a6c4a16c2e409d52324d89cb6eb236...
Log Message: ----------- GeanyPrj: Don't use C++-style comments
Modified Paths: -------------- geanyprj/src/geanyprj.h
Modified: geanyprj/src/geanyprj.h 4 files changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -51,7 +51,7 @@ enum
struct GeanyPrj { - gchar *path; ///< path to disk file + gchar *path; /**< path to disk file */
gchar *name; gchar *description; @@ -61,7 +61,7 @@ struct GeanyPrj gboolean regenerate; gint type;
- GHashTable *tags; ///< project tags + GHashTable *tags; /**< project tags */ };
extern GeanyFunctions *geany_functions;
@@ Diff output truncated at 100000 characters. @@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
plugins-commits@lists.geany.org