[geany/geany-plugins] a6c4a1: GeanyPrj: Don't use C++-style comments
Colomban Wendling
git-noreply at xxxxx
Sun Jul 8 16:25:32 UTC 2012
Branch: refs/heads/1.22_release
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Sun, 08 Jul 2012 16:25:32
Commit: a6c4a16c2e409d52324d89cb6eb236f16d252785
https://github.com/geany/geany-plugins/commit/a6c4a16c2e409d52324d89cb6eb236f16d252785
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).
More information about the Plugins-Commits
mailing list