Skip to content
Snippets Groups Projects
Commit 047839e1 authored by Moritz Hanke's avatar Moritz Hanke
Browse files

additional comments

parent 5cf8e9d6
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,10 @@ enum flag_value {
};
struct yac_couple_config_config_output {
char const * name;
enum yac_text_filetype type;
char const * ref;
char const * name; //< name of the file
enum yac_text_filetype type; //< type of the file
char const * ref; //< name of the synchronization location at
//< which this file is to be written out
};
struct yac_couple_config_grid {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment